瀏覽代碼

Merge pull request #1548 from daiyam/disable-update-linux

fix: disable update on linux
Simon Sobisch 1 年之前
父節點
當前提交
02d21f5264
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      .github/workflows/insider-linux.yml
  2. 1 0
      .github/workflows/stable-linux.yml

+ 1 - 0
.github/workflows/insider-linux.yml

@@ -117,6 +117,7 @@ jobs:
       - dependencies
       - dependencies
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     env:
     env:
+      DISABLE_UPDATE: 'yes'
       MS_COMMIT: ${{ needs.check.outputs.MS_COMMIT }}
       MS_COMMIT: ${{ needs.check.outputs.MS_COMMIT }}
       MS_TAG: ${{ needs.check.outputs.MS_TAG }}
       MS_TAG: ${{ needs.check.outputs.MS_TAG }}
       RELEASE_VERSION: ${{ needs.check.outputs.RELEASE_VERSION }}
       RELEASE_VERSION: ${{ needs.check.outputs.RELEASE_VERSION }}

+ 1 - 0
.github/workflows/stable-linux.yml

@@ -114,6 +114,7 @@ jobs:
       - dependencies
       - dependencies
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     env:
     env:
+      DISABLE_UPDATE: 'yes'
       MS_COMMIT: ${{ needs.check.outputs.MS_COMMIT }}
       MS_COMMIT: ${{ needs.check.outputs.MS_COMMIT }}
       MS_TAG: ${{ needs.check.outputs.MS_TAG }}
       MS_TAG: ${{ needs.check.outputs.MS_TAG }}
       RELEASE_VERSION: ${{ needs.check.outputs.RELEASE_VERSION }}
       RELEASE_VERSION: ${{ needs.check.outputs.RELEASE_VERSION }}