Skip to content

Commit

Permalink
feat: install Windows build dependencies on the MS Azure VM
Browse files Browse the repository at this point in the history
  • Loading branch information
Georgi Boiko committed Aug 1, 2024
1 parent 21e19b3 commit 4b1d9b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
with:
node-version: '20'
- run: |
sudo apt update && sudo apt install p7zip-full nsis
CLI_VERSION=${{ steps.set-version.outputs.version }} node cli/.ci/set-package-vars.js
CI_CD_BUILD=1 cli/.ci/package.sh
- name: Archive artifacts
Expand Down

0 comments on commit 4b1d9b8

Please sign in to comment.