Skip to content

Commit 4b1d9b8

Browse files
author
Georgi Boiko
committed
feat: install Windows build dependencies on the MS Azure VM
1 parent 21e19b3 commit 4b1d9b8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
with:
3232
node-version: '20'
3333
- run: |
34+
sudo apt update && sudo apt install p7zip-full nsis
3435
CLI_VERSION=${{ steps.set-version.outputs.version }} node cli/.ci/set-package-vars.js
3536
CI_CD_BUILD=1 cli/.ci/package.sh
3637
- name: Archive artifacts

0 commit comments

Comments
 (0)