Skip to content

Commit 2f19e37

Browse files
committed
Rehappen the sdrplay install
1 parent 804a1fd commit 2f19e37

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ jobs:
8484
python3-mako python3-cheetah python3-numpy \
8585
autoconf automake libtool ninja-build libavahi-client-dev libavahi-common-dev libaio-dev
8686
87+
- name: Build SDRplay (native)
88+
if: ${{ !matrix.qemu && steps.guard.outputs.skip == 'false' }}
89+
run: bash cmake/ci/build_sdrplay.sh
90+
8791
- name: Build .deb (native)
8892
if: ${{ !matrix.qemu && steps.guard.outputs.skip == 'false' }}
8993
run: debuild -i -us -uc -b
@@ -125,6 +129,8 @@ jobs:
125129
python3-mako python3-cheetah python3-numpy \
126130
autoconf automake libtool ninja-build libavahi-client-dev libavahi-common-dev libaio-dev
127131
132+
bash cmake/ci/build_sdrplay.sh
133+
128134
debuild -i -us -uc -b
129135
'
130136

0 commit comments

Comments
 (0)