From f0ccaa701ffb67e1f70ac19b0014defa19835c21 Mon Sep 17 00:00:00 2001 From: Clayton Smith Date: Tue, 28 Nov 2023 19:15:31 -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 6d8d0e83d..1a3bb9d5a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -122,6 +122,7 @@ jobs: rtl-sdr:p - name: Clone and Build GNU Radio shell: msys2 {0} + working-directory: ${{ runner.temp }} run: | git clone --depth 1 https://github.com/gnuradio/gnuradio.git cd gnuradio @@ -141,6 +142,7 @@ jobs: cmake --install build - name: Clone and Build gr-osmosdr shell: msys2 {0} + working-directory: ${{ runner.temp }} run: | git clone https://gitea.osmocom.org/sdr/gr-osmosdr.git cd gr-osmosdr @@ -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