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 397c059
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 @@ -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 \
Expand All @@ -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 \
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 397c059

Please sign in to comment.