From 0a14236bf5c604348196e1c9eeff4169d888476e Mon Sep 17 00:00:00 2001 From: "Pawel Spychalski (DzikuVx)" Date: Mon, 8 Nov 2021 08:35:54 +0100 Subject: [PATCH] Temporary fix for CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63362e646..fade190f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,8 @@ jobs: - name: Install dependencies run: sudo apt-get update && sudo apt-get -y install ninja-build - name: Setup environment + env: + ACTIONS_ALLOW_UNSECURE_COMMANDS: true run: | # This is the hash of the commit for the PR # when the action is triggered by PR, empty otherwise