Skip to content

Commit f7dca6e

Browse files
committed
ci: updated test Soapy version to 0.8
1 parent 7a70197 commit f7dca6e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
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 ..
@@ -98,7 +98,7 @@ jobs:
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 ..

0 commit comments

Comments
 (0)