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 \