Skip to content

Commit

Permalink
fix slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
jopohl committed Feb 28, 2022
1 parent 4204d8e commit b75c141
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
run: |
choco install wget --no-progress
wget -nv -O windrivers.zip https://github.com/jopohl/sdrbuild/releases/download/v1.1/win-$ARCH.zip
7z x windrivers.zip -osrc\urh\dev\native\lib\shared
7z x windrivers.zip -osrc/urh/dev/native/lib/shared
ls src/urh/dev/native/lib/shared
shell: bash
env:
ARCH: ${{ matrix.architecture }}
Expand Down

0 comments on commit b75c141

Please sign in to comment.