mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-10-17 22:20:21 -04:00
Install NSIS via chocolatey, as not included in Windows 2025 runner
This commit is contained in:
parent
226faebeef
commit
ae2ab1dad6
3
.github/workflows/sdrangel.yml
vendored
3
.github/workflows/sdrangel.yml
vendored
@ -47,9 +47,10 @@ jobs:
|
|||||||
- name: Install basic dependencies on Windows
|
- name: Install basic dependencies on Windows
|
||||||
if: startsWith(matrix.config.os, 'windows')
|
if: startsWith(matrix.config.os, 'windows')
|
||||||
run: |
|
run: |
|
||||||
choco install ninja cmake
|
choco install ninja cmake nsis.install
|
||||||
ninja --version
|
ninja --version
|
||||||
cmake --version
|
cmake --version
|
||||||
|
makensis /VERSION
|
||||||
- name: Install MSVC on Windows
|
- name: Install MSVC on Windows
|
||||||
if: startsWith(matrix.config.os, 'windows')
|
if: startsWith(matrix.config.os, 'windows')
|
||||||
uses: ilammy/msvc-dev-cmd@v1
|
uses: ilammy/msvc-dev-cmd@v1
|
||||||
|
3
.github/workflows/windows.yml
vendored
3
.github/workflows/windows.yml
vendored
@ -43,9 +43,10 @@ jobs:
|
|||||||
- name: Install basic dependencies on Windows
|
- name: Install basic dependencies on Windows
|
||||||
if: startsWith(matrix.config.os, 'windows')
|
if: startsWith(matrix.config.os, 'windows')
|
||||||
run: |
|
run: |
|
||||||
choco install ninja cmake
|
choco install ninja cmake nsis.install
|
||||||
ninja --version
|
ninja --version
|
||||||
cmake --version
|
cmake --version
|
||||||
|
makensis /VERSION
|
||||||
- name: Install MSVC on Windows
|
- name: Install MSVC on Windows
|
||||||
if: startsWith(matrix.config.os, 'windows')
|
if: startsWith(matrix.config.os, 'windows')
|
||||||
uses: ilammy/msvc-dev-cmd@v1
|
uses: ilammy/msvc-dev-cmd@v1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user