Skip to content

Commit 0815b5b

Browse files
committed
Fix for windows build
1 parent 86afb8d commit 0815b5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Download NPCAP SDK
6767
if: contains(matrix.target, 'windows')
6868
run: |
69-
wget https://npcap.com/dist/npcap-sdk-1.13.zip -O /tmp/sdk.zip
69+
wget https://github.com/xfangfang/PPPwn_cpp/releases/download/1.0.0/npcap-sdk-1.13.zip -O /tmp/sdk.zip
7070
unzip /tmp/sdk.zip -d /tmp/sdk
7171
mkdir -p /tmp/sdk/lib/x64
7272
mkdir -p /tmp/sdk86/lib
@@ -116,7 +116,7 @@ jobs:
116116
pacman -S --needed --noconfirm --noprogressbar \
117117
${MINGW_PACKAGE_PREFIX}-gcc \
118118
${MINGW_PACKAGE_PREFIX}-ninja unzip upx
119-
wget https://npcap.com/dist/npcap-sdk-1.13.zip -O npcap-sdk.zip
119+
wget https://github.com/xfangfang/PPPwn_cpp/releases/download/1.0.0/npcap-sdk-1.13.zip -O npcap-sdk.zip
120120
unzip npcap-sdk.zip -d sdk
121121
122122
- name: Build

0 commit comments

Comments
 (0)