File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66
66
- name : Download NPCAP SDK
67
67
if : contains(matrix.target, 'windows')
68
68
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
70
70
unzip /tmp/sdk.zip -d /tmp/sdk
71
71
mkdir -p /tmp/sdk/lib/x64
72
72
mkdir -p /tmp/sdk86/lib
@@ -116,7 +116,7 @@ jobs:
116
116
pacman -S --needed --noconfirm --noprogressbar \
117
117
${MINGW_PACKAGE_PREFIX}-gcc \
118
118
${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
120
120
unzip npcap-sdk.zip -d sdk
121
121
122
122
- name : Build
You can’t perform that action at this time.
0 commit comments