Skip to content

Commit b75c141

Browse files
committed
fix slashes
1 parent 4204d8e commit b75c141

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ jobs:
4848
run: |
4949
choco install wget --no-progress
5050
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
51+
7z x windrivers.zip -osrc/urh/dev/native/lib/shared
52+
ls src/urh/dev/native/lib/shared
5253
shell: bash
5354
env:
5455
ARCH: ${{ matrix.architecture }}

0 commit comments

Comments
 (0)