Check out a release for Windows CI

This commit is contained in:
Clayton Smith 2024-03-14 13:53:48 -04:00
parent f4aff4cd54
commit 8b860a1576

View File

@ -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 \