Skip to content

Commit

Permalink
try installing dependencies at build
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvinn Ng committed May 1, 2024
1 parent 332cbe1 commit ac02ed6
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v4.0.2
with:
node-version: "21.7.3"

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

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

0 comments on commit ac02ed6

Please sign in to comment.