Skip to content

Commit 9cd211a

Browse files
authored
Update ci.yml
1 parent c528905 commit 9cd211a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
if [[ $ARCH == x64* ]]; then
5050
# install HydraSDR librtlsdr
5151
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
52+
7z x -y hydrasdr-host.zip -osrc/urh/dev/native/lib/shared
5353
ls src/urh/dev/native/lib/shared
5454
fi
5555
shell: bash

0 commit comments

Comments
 (0)