mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-02-03 05:14:44 +01:00
Added pothos to windows CI 2
This commit is contained in:
parent
f0250f0cd1
commit
75b54fb9b4
2
.github/workflows/build_linux_amd64.yml
vendored
2
.github/workflows/build_linux_amd64.yml
vendored
@ -63,7 +63,7 @@ jobs:
|
||||
run: cmake -E make_directory ${{runner.workspace}}/build
|
||||
|
||||
- name: Download PothosSDR
|
||||
run: wget "https://downloads.myriadrf.org/builds/PothosSDR/PothosSDR-2021.02.28-vc16-x64.exe" -outfile ${{runner.workspace}}/pothos.exe
|
||||
run: Invoke-WebRequest -Uri "https://downloads.myriadrf.org/builds/PothosSDR/PothosSDR-2021.02.28-vc16-x64.exe" -OutFile ${{runner.workspace}}/pothos.exe
|
||||
|
||||
- name: Install PothosSDR
|
||||
run: mkdir "C:/Program Files/PothosSDR" ; 7z x ${{runner.workspace}}/pothos.exe -o"C:/Program Files/PothosSDR/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user