浏览代码

enable set-env in workflow

Valentin Niess 5 年之前
父节点
当前提交
18edbb361b
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/workflows/appimage.yml

+ 2 - 0
.github/workflows/appimage.yml

@@ -30,6 +30,8 @@ jobs:
     - uses: actions/checkout@v2
 
     - name: Build
+      env:
+        ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
       run: |
         # Build the AppImage
         python -m python_appimage build manylinux \