mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-12-17 08:23:21 -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
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
python-version: '3.12'
|
||||||
|
- name: Set PATH
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
echo "C:\Program Files (x86)\NSIS" >> "$GITHUB_PATH"
|
||||||
- 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 nsis.install
|
choco install ninja cmake nsis.install
|
||||||
ninja --version
|
ninja --version
|
||||||
cmake --version
|
cmake --version
|
||||||
- name: Set PATH
|
|
||||||
shell: cmd
|
|
||||||
run: |
|
|
||||||
call refreshenv
|
|
||||||
echo ::set-env name=PATH::%PATH%
|
|
||||||
makensis /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')
|
||||||
|
|||||||
9
.github/workflows/windows.yml
vendored
9
.github/workflows/windows.yml
vendored
@ -40,17 +40,16 @@ jobs:
|
|||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
python-version: '3.12'
|
||||||
|
- name: Set PATH
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
echo "C:\Program Files (x86)\NSIS" >> "$GITHUB_PATH"
|
||||||
- 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 nsis.install
|
choco install ninja cmake nsis.install
|
||||||
ninja --version
|
ninja --version
|
||||||
cmake --version
|
cmake --version
|
||||||
- name: Set PATH
|
|
||||||
shell: cmd
|
|
||||||
run: |
|
|
||||||
call refreshenv
|
|
||||||
echo ::set-env name=PATH::%PATH%
|
|
||||||
makensis /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')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user