Skip to content

Commit

Permalink
enable gnuradio build for ubuntu latest and MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
rjonaitis committed Sep 7, 2024
1 parent d738022 commit 1392297
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install GNURadio
if: ${{ matrix.os == 'ubuntu-22.04'}}
if: ${{ matrix.os != 'ubuntu-20.04'}}
run: |
sudo add-apt-repository ppa:gnuradio/gnuradio-releases
sudo apt-get update
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Install dependencies
# GNURadio plugin fails to build due to issues with spdlog dependency
# gnuradio pybind11 castxml
run: brew install wxwidgets soapysdr
run: brew install wxwidgets soapysdr gnuradio

- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} ${{env.CMAKE_OPTIONS}} -DCMAKE_UNITY_BUILD=on
Expand Down

0 comments on commit 1392297

Please sign in to comment.