From 3acae6ebef8bb529d2b50b872b2ce0ff25faeb0a Mon Sep 17 00:00:00 2001 From: Oleg Kainov Date: Fri, 22 Jan 2021 21:06:45 +0100 Subject: [PATCH] ci: fix new error --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c0dd0bd..efd5610 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,6 +18,8 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-python@v1 - name: set PY + env: + ACTIONS_ALLOW_UNSECURE_COMMANDS: true run: echo "::set-env name=PY::$(python -c 'import hashlib, sys;print(hashlib.sha256(sys.version.encode()+sys.executable.encode()).hexdigest())')" - uses: actions/cache@v1 with: