Skip to content

Commit

Permalink
Speed up GNU Radio checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
argilo committed Nov 29, 2023
1 parent bf32b1f commit ca968a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
- name: Clone and Build GNU Radio
shell: msys2 {0}
run: |
git clone https://github.com/gnuradio/gnuradio.git
git clone --depth 1 https://github.com/gnuradio/gnuradio.git
cd gnuradio
cmake -S . -B build \
-DCMAKE_INSTALL_PREFIX=C:/gqrx \
Expand Down

0 comments on commit ca968a9

Please sign in to comment.