Skip to content

Commit

Permalink
Temporarily build Windows release with maint-3.10 branch
Browse files Browse the repository at this point in the history
This should fix boost compatibility until GNU Radio 3.10.12 is released.
  • Loading branch information
argilo committed Jan 29, 2025
1 parent d30d99d commit 161482b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ jobs:
- name: Clone and build GNU Radio
working-directory: ${{ runner.temp }}
run: |
git clone --branch v3.10.11.0 --depth 1 https://github.com/gnuradio/gnuradio.git
git clone --branch maint-3.10 --depth 1 https://github.com/gnuradio/gnuradio.git
cd gnuradio
cmake -S . -B build \
-DCMAKE_INSTALL_PREFIX=${RUNNER_TEMP}/msys64/mingw64 \
Expand Down

0 comments on commit 161482b

Please sign in to comment.