Skip to content

Commit

Permalink
Check whether compiler warnings are fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
argilo committed Mar 26, 2024
1 parent 1ed619f commit de8e176
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 @@ -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 fix-string-convert --depth 1 https://github.com/argilo/gnuradio.git
cd gnuradio
cmake -S . -B build \
-DCMAKE_INSTALL_PREFIX=${RUNNER_TEMP}/msys64/mingw64 \
Expand Down

0 comments on commit de8e176

Please sign in to comment.