diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fcac86a0f..bbe26b2e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 \