forked from lthn/blockchain
Add NSIS to GHA Windows build workflow
Added a step to install NSIS using Chocolatey in the Windows Intel GitHub Actions workflow to support installer creation.
This commit is contained in:
parent
10abf9b314
commit
785a65958e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build-windows-intel.yml
vendored
1
.github/workflows/build-windows-intel.yml
vendored
|
|
@ -64,6 +64,7 @@ jobs:
|
|||
${{ github.workspace }}/build/bin
|
||||
key: ${{ runner.os }}-${{ runner.arch }}-sdk
|
||||
|
||||
- run: choco install nsis.install
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.x
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue