From 1ed619fffc5424c7b8346a0ec1240ce0ec15acdb Mon Sep 17 00:00:00 2001 From: Clayton Smith Date: Tue, 26 Mar 2024 16:10:14 -0400 Subject: [PATCH] Revert "Check out a release for Windows CI" This reverts commit 8b860a15762b53b9c96dd30b8dac22d0e830933f. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6da69f71d..b846d3aee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 \