Revert "Check out a release for Windows CI"

This reverts commit 8b860a1576.
This commit is contained in:
Clayton Smith 2024-03-26 16:10:14 -04:00
parent c830e31c32
commit 1ed619fffc

View File

@ -122,7 +122,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 --depth 1 https://github.com/gnuradio/gnuradio.git
cd gnuradio
cmake -S . -B build \
-DCMAKE_INSTALL_PREFIX=${RUNNER_TEMP}/msys64/mingw64 \