1
0
Fork 0
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:
Snider 2025-10-13 19:05:40 +01:00
parent 10abf9b314
commit 785a65958e

View file

@ -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