1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-03-15 12:39:36 -04:00

Set PATH so nsis can be found.

This commit is contained in:
Jon Beniston 2025-09-22 14:51:56 +01:00
parent ae2ab1dad6
commit ea5b474b1c
2 changed files with 10 additions and 0 deletions

View File

@ -50,6 +50,11 @@ jobs:
choco install ninja cmake nsis.install
ninja --version
cmake --version
- name: Set PATH
shell: cmd
run: |
call refreshenv
echo ::set-env name=PATH::%PATH%
makensis /VERSION
- name: Install MSVC on Windows
if: startsWith(matrix.config.os, 'windows')

View File

@ -46,6 +46,11 @@ jobs:
choco install ninja cmake nsis.install
ninja --version
cmake --version
- name: Set PATH
shell: cmd
run: |
call refreshenv
echo ::set-env name=PATH::%PATH%
makensis /VERSION
- name: Install MSVC on Windows
if: startsWith(matrix.config.os, 'windows')