Skip to content

Commit

Permalink
CI : Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
cozycactus committed Oct 22, 2024
1 parent 576a12f commit c2ed347
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
gr-osmosdr \
liborc-0.4-dev \
appstream \
desktop-file-utils
desktop-file-utils \
libsoapysdr-dev \
soapysdr-module-rtlsdr
- name: Install Qt5
if: matrix.image == 'ubuntu:20.04'
run: |
Expand Down Expand Up @@ -77,7 +79,7 @@ jobs:
# for https://github.com/actions/runner-images/issues/9272
sudo chown -R runner:admin /usr/local/
brew update
brew install airspy boost gnuradio hackrf libbladerf librtlsdr pybind11 six uhd qt@6 || true
brew install airspy boost gnuradio hackrf libbladerf librtlsdr pybind11 six uhd qt@6 soapysdr soapyrtlsdr || true
cd /tmp
git clone https://gitea.osmocom.org/sdr/gr-osmosdr.git
Expand Down Expand Up @@ -121,6 +123,8 @@ jobs:
volk:p
libsndfile:p
fftw:p
soapysdr:p
soapyrtlsdr:p
- name: Clone and build GNU Radio
working-directory: ${{ runner.temp }}
run: |
Expand All @@ -137,7 +141,8 @@ jobs:
-DENABLE_GR_DIGITAL=ON \
-DENABLE_GR_FFT=ON \
-DENABLE_GR_FILTER=ON \
-DENABLE_GR_NETWORK=ON
-DENABLE_GR_NETWORK=ON \
-DENABLE_GR_SOAPY=ON
cmake --build build
cmake --install build
- name: Clone and build gr-osmosdr
Expand Down

0 comments on commit c2ed347

Please sign in to comment.