File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858 run : |
5959 Write-Host "::group::Npcap SDK"
6060 $ARCH = "${{ matrix.arch }}"
61- Invoke-WebRequest -Uri "https://npcap.com/dist/npcap-sdk-1.13 .zip" -OutFile "$env:TEMP\npcap-sdk.zip" -Verbose
61+ Invoke-WebRequest -Uri "https://npcap.com/dist/npcap-sdk-1.16 .zip" -OutFile "$env:TEMP\npcap-sdk.zip" -Verbose
6262 Expand-Archive -LiteralPath "$env:TEMP\npcap-sdk.zip" -DestinationPath "$env:TEMP\npcap-sdk" -Verbose
6363 $LibPath = switch ($ARCH)
6464 {
Original file line number Diff line number Diff line change 4747 - name : Install Windows dependencies
4848 if : matrix.os == 'windows' && github.event_name != 'pull_request'
4949 run : |
50- Invoke-WebRequest -Uri "https://npcap.com/dist/npcap-sdk-1.13 .zip" -OutFile "C:/npcap-sdk.zip"
50+ Invoke-WebRequest -Uri "https://npcap.com/dist/npcap-sdk-1.16 .zip" -OutFile "C:/npcap-sdk.zip"
5151 Expand-Archive -LiteralPath C:/npcap-sdk.zip -DestinationPath C:/npcap-sdk
5252 echo "LIB=C:/npcap-sdk/Lib/x64" >> $env:GITHUB_ENV
5353 Invoke-WebRequest -Uri ${{secrets.NPCAP_OEM_URL}} -OutFile C:/npcap-oem.exe
You can’t perform that action at this time.
0 commit comments