Skip to content

Commit

Permalink
Don't clone Gqrx itself
Browse files Browse the repository at this point in the history
  • Loading branch information
argilo committed Nov 29, 2023
1 parent ca968a9 commit f0ccaa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit f0ccaa7

Please sign in to comment.