Skip to content

Commit

Permalink
Switch back to upstream gr-osmosdr
Browse files Browse the repository at this point in the history
  • Loading branch information
argilo committed Oct 31, 2023
1 parent 848acef commit fd757c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,10 @@ jobs:
ldconfig
cd /tmp
git clone https://github.com/gqrx-sdr/gr-osmosdr.git
git clone https://gitea.osmocom.org/sdr/gr-osmosdr.git
cd gr-osmosdr
git checkout origin/gr3.8
git cherry-pick -n 9c09c90d920dd4906fa8bb9d8443eef84d2565a3
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_MODULES_DIR=/usr/lib/x86_64-linux-gnu/cmake -DENABLE_PYTHON=False ..
Expand Down Expand Up @@ -195,7 +196,7 @@ jobs:
make install
cd /tmp
git clone https://github.com/gqrx-sdr/gr-osmosdr.git
git clone https://gitea.osmocom.org/sdr/gr-osmosdr.git
cd gr-osmosdr
mkdir build
cd build
Expand Down

0 comments on commit fd757c1

Please sign in to comment.