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:
parent
ae2ab1dad6
commit
ea5b474b1c
5
.github/workflows/sdrangel.yml
vendored
5
.github/workflows/sdrangel.yml
vendored
@ -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')
|
||||
|
||||
5
.github/workflows/windows.yml
vendored
5
.github/workflows/windows.yml
vendored
@ -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')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user