1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-10-17 14:10:25 -04:00

Install NSIS via chocolatey, as not included in Windows 2025 runner

This commit is contained in:
Jon Beniston 2025-09-22 14:43:57 +01:00
parent 226faebeef
commit ae2ab1dad6
2 changed files with 4 additions and 2 deletions

View File

@ -47,9 +47,10 @@ jobs:
- name: Install basic dependencies on Windows
if: startsWith(matrix.config.os, 'windows')
run: |
choco install ninja cmake
choco install ninja cmake nsis.install
ninja --version
cmake --version
makensis /VERSION
- name: Install MSVC on Windows
if: startsWith(matrix.config.os, 'windows')
uses: ilammy/msvc-dev-cmd@v1

View File

@ -43,9 +43,10 @@ jobs:
- name: Install basic dependencies on Windows
if: startsWith(matrix.config.os, 'windows')
run: |
choco install ninja cmake
choco install ninja cmake nsis.install
ninja --version
cmake --version
makensis /VERSION
- name: Install MSVC on Windows
if: startsWith(matrix.config.os, 'windows')
uses: ilammy/msvc-dev-cmd@v1