mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
Set PATH so nsis can be found.
This commit is contained in:
@@ -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')
|
||||
|
||||
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user