From 397c059f34d24ed65375ddb8de49232b714e06ab Mon Sep 17 00:00:00 2001 From: Clayton Smith Date: Tue, 28 Nov 2023 19:07:38 -0500 Subject: [PATCH] Don't clone Gqrx itself --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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