mirror of
https://github.com/GyulyVGC/sniffnet.git
synced 2026-08-04 14:51:37 +00:00
bump Npcap SDK from 1.13 to 1.16 in CIs
This commit is contained in:
parent
12adaf20b3
commit
66cc9d7ce7
2 changed files with 2 additions and 2 deletions
2
.github/workflows/package.yml
vendored
2
.github/workflows/package.yml
vendored
|
|
@ -58,7 +58,7 @@ jobs:
|
|||
run: |
|
||||
Write-Host "::group::Npcap SDK"
|
||||
$ARCH = "${{ matrix.arch }}"
|
||||
Invoke-WebRequest -Uri "https://npcap.com/dist/npcap-sdk-1.13.zip" -OutFile "$env:TEMP\npcap-sdk.zip" -Verbose
|
||||
Invoke-WebRequest -Uri "https://npcap.com/dist/npcap-sdk-1.16.zip" -OutFile "$env:TEMP\npcap-sdk.zip" -Verbose
|
||||
Expand-Archive -LiteralPath "$env:TEMP\npcap-sdk.zip" -DestinationPath "$env:TEMP\npcap-sdk" -Verbose
|
||||
$LibPath = switch ($ARCH)
|
||||
{
|
||||
|
|
|
|||
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
|
@ -47,7 +47,7 @@ jobs:
|
|||
- name: Install Windows dependencies
|
||||
if: matrix.os == 'windows' && github.event_name != 'pull_request'
|
||||
run: |
|
||||
Invoke-WebRequest -Uri "https://npcap.com/dist/npcap-sdk-1.13.zip" -OutFile "C:/npcap-sdk.zip"
|
||||
Invoke-WebRequest -Uri "https://npcap.com/dist/npcap-sdk-1.16.zip" -OutFile "C:/npcap-sdk.zip"
|
||||
Expand-Archive -LiteralPath C:/npcap-sdk.zip -DestinationPath C:/npcap-sdk
|
||||
echo "LIB=C:/npcap-sdk/Lib/x64" >> $env:GITHUB_ENV
|
||||
Invoke-WebRequest -Uri ${{secrets.NPCAP_OEM_URL}} -OutFile C:/npcap-oem.exe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue