mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
Install NSIS via chocolatey, as not included in Windows 2025 runner
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user