Skip to content

Commit

Permalink
correct build workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvinn Ng committed May 1, 2024
1 parent af5527e commit 76ec237
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,13 @@ jobs:
node-version: "21.7.3"

- name: Install dependencies
run:
run: |
if [ "${{ matrix.os }}" = "win32" ]; then
pwsh install-dependencies.ps1
else
bash install-dependencies.sh
fi
shell: bash

- name: Run build script
run: node extensions/vscode/scripts/prepackage.js --target ${{ matrix.os }}-${{ matrix.arch }}
Expand Down

0 comments on commit 76ec237

Please sign in to comment.