Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
xfangfang committed May 15, 2024
1 parent cdd54ef commit 329f513
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 @@ -60,7 +60,7 @@ jobs:
run: sudo apt-get install llvm --no-install-recommends

- name: Download NPCAP SDK
if: matrix.target == 'x86_64-windows-gnu' || matrix.target == 'x86-windows-gnu'
if: contains(matrix.target, 'windows')
run: |
wget https://npcap.com/dist/npcap-sdk-1.13.zip -O /tmp/sdk.zip
unzip /tmp/sdk.zip -d /tmp/sdk
Expand Down

0 comments on commit 329f513

Please sign in to comment.