File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 cd ${{runner.workspace}}
5555
5656 # Build against earliest supported SoapySDR
57- git clone https://github.com/pothosware/SoapySDR -b soapy-sdr-0.4 .0
57+ git clone https://github.com/pothosware/SoapySDR -b soapy-sdr-0.8 .0
5858 mkdir SoapySDR/build
5959 cd SoapySDR/build
6060 cmake -DCMAKE_INSTALL_PREFIX=${INSTALL_PREFIX} -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DENABLE_PYTHON=OFF -DENABLE_PYTHON3=OFF ..
9898 cd ${{runner.workspace}}
9999
100100 # Build against earliest supported SoapySDR
101- git clone https://github.com/pothosware/SoapySDR -b soapy-sdr-0.4 .0
101+ git clone https://github.com/pothosware/SoapySDR -b soapy-sdr-0.8 .0
102102 mkdir SoapySDR/build
103103 cd SoapySDR/build
104104 cmake -DCMAKE_INSTALL_PREFIX=${INSTALL_PREFIX} -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DENABLE_PYTHON=OFF -DENABLE_PYTHON3=OFF ..
@@ -166,7 +166,7 @@ jobs:
166166 cd ${{runner.workspace}}
167167
168168 # Build against earliest supported SoapySDR
169- git clone https://github.com/pothosware/SoapySDR -b soapy-sdr-0.4 .0
169+ git clone https://github.com/pothosware/SoapySDR -b soapy-sdr-0.8 .0
170170 mkdir SoapySDR\build
171171 cd SoapySDR\build
172172 cmake -DCMAKE_INSTALL_PREFIX="$Env:INSTALL_PREFIX" -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DENABLE_PYTHON=OFF -DENABLE_PYTHON3=OFF ..
You can’t perform that action at this time.
0 commit comments