From 25743e2b1b589a81e2306d10a8172deac965aeea Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Wed, 21 Feb 2024 17:43:55 +0100 Subject: [PATCH] ci(linux): add vscode arch to compile step [skip ci] --- .github/workflows/insider-linux.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/insider-linux.yml b/.github/workflows/insider-linux.yml index 8ecbacb..2a0b79b 100644 --- a/.github/workflows/insider-linux.yml +++ b/.github/workflows/insider-linux.yml @@ -66,6 +66,7 @@ jobs: MS_TAG: ${{ needs.check.outputs.MS_TAG }} RELEASE_VERSION: ${{ needs.check.outputs.RELEASE_VERSION }} 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' steps: