Skip to content

Commit

Permalink
Fix Windows build error
Browse files Browse the repository at this point in the history
  • Loading branch information
xfangfang committed May 7, 2024
1 parent b432af4 commit 9e107d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
- name: Download NPCAP SDK
if: matrix.target == 'x86_64-windows-gnu'
run: |
mkdir -p /tmp/sdk
wget https://npcap.com/dist/npcap-sdk-1.13.zip -O /tmp/sdk/npcap-sdk.zip
unzip /tmp/sdk/npcap-sdk.zip -d /tmp/sdk
wget https://npcap.com/dist/npcap-sdk-1.13.zip -O /tmp/sdk.zip
unzip /tmp/sdk.zip -d /tmp/sdk
mv /tmp/sdk/Lib /tmp/sdk/lib
- name: Build executable
run: |
Expand Down

0 comments on commit 9e107d2

Please sign in to comment.