diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d8d0e83d1..2b0c4e778d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,6 +123,7 @@ jobs: - name: Clone and Build GNU Radio shell: msys2 {0} run: | + cd %RUNNER_TEMP% git clone --depth 1 https://github.com/gnuradio/gnuradio.git cd gnuradio cmake -S . -B build \ @@ -142,6 +143,7 @@ jobs: - name: Clone and Build gr-osmosdr shell: msys2 {0} run: | + cd %RUNNER_TEMP% git clone https://gitea.osmocom.org/sdr/gr-osmosdr.git cd gr-osmosdr cmake -S . -B build \ @@ -155,8 +157,6 @@ jobs: - name: Clone and Build gqrx shell: msys2 {0} run: | - git clone https://github.com/gqrx-sdr/gqrx.git - cd gqrx cmake -S . -B build \ -DCMAKE_INSTALL_PREFIX=C:/gqrx \ -DCMAKE_PREFIX_PATH=C:/gqrx