We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c528905 commit 9cd211aCopy full SHA for 9cd211a
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
if [[ $ARCH == x64* ]]; then
50
# install HydraSDR librtlsdr
51
wget -nv -O hydrasdr-host.zip https://github.com/hydrasdr/rfone_host/releases/download/v1.0.1/hydrasdr-host-tools-Windows-x64-v1.0.1.zip
52
- 7z x hydrasdr-host.zip -osrc/urh/dev/native/lib/shared
+ 7z x -y hydrasdr-host.zip -osrc/urh/dev/native/lib/shared
53
ls src/urh/dev/native/lib/shared
54
fi
55
shell: bash
0 commit comments