mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-12-15 15:33:22 -05:00
Tey using bash to set path
This commit is contained in:
parent
ea5b474b1c
commit
55e5d52656
9
.github/workflows/sdrangel.yml
vendored
9
.github/workflows/sdrangel.yml
vendored
@ -44,17 +44,16 @@ jobs:
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.12'
|
||||
- name: Set PATH
|
||||
shell: bash
|
||||
run: |
|
||||
echo "C:\Program Files (x86)\NSIS" >> "$GITHUB_PATH"
|
||||
- name: Install basic dependencies on Windows
|
||||
if: startsWith(matrix.config.os, 'windows')
|
||||
run: |
|
||||
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')
|
||||
|
||||
9
.github/workflows/windows.yml
vendored
9
.github/workflows/windows.yml
vendored
@ -40,17 +40,16 @@ jobs:
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.12'
|
||||
- name: Set PATH
|
||||
shell: bash
|
||||
run: |
|
||||
echo "C:\Program Files (x86)\NSIS" >> "$GITHUB_PATH"
|
||||
- name: Install basic dependencies on Windows
|
||||
if: startsWith(matrix.config.os, 'windows')
|
||||
run: |
|
||||
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