We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4204d8e commit b75c141Copy full SHA for b75c141
.github/workflows/ci.yml
@@ -48,7 +48,8 @@ jobs:
48
run: |
49
choco install wget --no-progress
50
wget -nv -O windrivers.zip https://github.com/jopohl/sdrbuild/releases/download/v1.1/win-$ARCH.zip
51
- 7z x windrivers.zip -osrc\urh\dev\native\lib\shared
+ 7z x windrivers.zip -osrc/urh/dev/native/lib/shared
52
+ ls src/urh/dev/native/lib/shared
53
shell: bash
54
env:
55
ARCH: ${{ matrix.architecture }}
0 commit comments