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 2126406
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .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 Expand Up @@ -337,7 +337,7 @@ jobs:
libfftw3f-3.dll \
libfftw3f_threads-3.dll \
libFLAC.dll \
libfmt.dll \
libfmt-11.dll \
libfreetype-6.dll \
libgcc_s_seh-1.dll \
libglib-2.0-0.dll \
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 2126406

Please sign in to comment.