From 4b1d9b8c19a7ce239df778f54a20834a074fae53 Mon Sep 17 00:00:00 2001 From: Georgi Boiko Date: Thu, 1 Aug 2024 11:41:02 +0100 Subject: [PATCH] feat: install Windows build dependencies on the MS Azure VM --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8c31ebf..897fd60 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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