Skip to content

Commit

Permalink
testing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vaguue committed Aug 11, 2024
1 parent 642d5c3 commit ffc04fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
brew install libpcap
- name: Install npcap on Windows
if: matrix.os == 'windows-latest'
run: mkdir -p build/Release && wget "https://npcap.com/dist/npcap-sdk-1.13.zip" && unzip npcap-sdk-1.13.zip -d build/Release
run: choco install wget --no-progress && mkdir -p build/Release && wget "https://npcap.com/dist/npcap-sdk-1.13.zip" && unzip npcap-sdk-1.13.zip -d build/Release
shell: bash
#- name: Install npcap on Windows
# if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit ffc04fc

Please sign in to comment.