Skip to content

Commit

Permalink
ci: updated test Soapy version to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ncorgan committed Jun 18, 2022
1 parent 7a70197 commit f7dca6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
cd ${{runner.workspace}}
# Build against earliest supported SoapySDR
git clone https://github.com/pothosware/SoapySDR -b soapy-sdr-0.4.0
git clone https://github.com/pothosware/SoapySDR -b soapy-sdr-0.8.0
mkdir SoapySDR/build
cd SoapySDR/build
cmake -DCMAKE_INSTALL_PREFIX=${INSTALL_PREFIX} -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DENABLE_PYTHON=OFF -DENABLE_PYTHON3=OFF ..
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
cd ${{runner.workspace}}
# Build against earliest supported SoapySDR
git clone https://github.com/pothosware/SoapySDR -b soapy-sdr-0.4.0
git clone https://github.com/pothosware/SoapySDR -b soapy-sdr-0.8.0
mkdir SoapySDR/build
cd SoapySDR/build
cmake -DCMAKE_INSTALL_PREFIX=${INSTALL_PREFIX} -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DENABLE_PYTHON=OFF -DENABLE_PYTHON3=OFF ..
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
cd ${{runner.workspace}}
# Build against earliest supported SoapySDR
git clone https://github.com/pothosware/SoapySDR -b soapy-sdr-0.4.0
git clone https://github.com/pothosware/SoapySDR -b soapy-sdr-0.8.0
mkdir SoapySDR\build
cd SoapySDR\build
cmake -DCMAKE_INSTALL_PREFIX="$Env:INSTALL_PREFIX" -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DENABLE_PYTHON=OFF -DENABLE_PYTHON3=OFF ..
Expand Down

0 comments on commit f7dca6e

Please sign in to comment.