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 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
You can’t perform that action at this time.
0 commit comments