Skip to content

Commit

Permalink
Check out a release for Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
argilo committed Mar 14, 2024
1 parent f4aff4c commit 8b860a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
- name: Clone and build GNU Radio
working-directory: ${{ runner.temp }}
run: |
git clone --depth 1 https://github.com/gnuradio/gnuradio.git
git clone --branch v3.10.9.2 --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 8b860a1

Please sign in to comment.