Skip to content

Commit

Permalink
Update Windows build to latest GNU Radio
Browse files Browse the repository at this point in the history
  • Loading branch information
argilo committed Oct 16, 2024
1 parent 25fdbb5 commit 0ae2138
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ jobs:
- name: Clone and build GNU Radio
working-directory: ${{ runner.temp }}
run: |
git clone --branch v3.10.9.2 --depth 1 https://github.com/gnuradio/gnuradio.git
git clone --branch v3.10.11.0 --depth 1 https://github.com/gnuradio/gnuradio.git
cd gnuradio
cmake -S . -B build \
-DCMAKE_INSTALL_PREFIX=${RUNNER_TEMP}/msys64/mingw64 \
Expand Down
1 change: 0 additions & 1 deletion src/dsp/rx_rds.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
#include <gnuradio/analog/agc_cc.h>
#include <gnuradio/blocks/keep_one_in_n.h>
#include <gnuradio/blocks/file_sink.h>
#include <gnuradio/blocks/message_debug.h>
#include <gnuradio/digital/constellation_receiver_cb.h>
#include <gnuradio/digital/diff_decoder_bb.h>
#include <gnuradio/digital/symbol_sync_cc.h>
Expand Down

0 comments on commit 0ae2138

Please sign in to comment.