Browse Source

ci(linux): add vscode arch to compile step [skip ci]

Baptiste Augrain 1 year ago
parent
commit
25743e2b1b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/insider-linux.yml

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

@@ -66,6 +66,7 @@ jobs:
       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 }}
       SHOULD_BUILD: 'yes'
       SHOULD_BUILD: 'yes'
+      VSCODE_ARCH: 'x64'
     if: needs.check.outputs.SHOULD_BUILD == 'yes' || needs.check.outputs.SHOULD_DEPLOY == 'yes' || github.event.inputs.generate_assets == 'true'
     if: needs.check.outputs.SHOULD_BUILD == 'yes' || needs.check.outputs.SHOULD_DEPLOY == 'yes' || github.event.inputs.generate_assets == 'true'
 
 
     steps:
     steps: