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