Skip to content

Commit 1e8a474

Browse files
committed
fix npcap for windows
1 parent 3663a4c commit 1e8a474

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
Expand-Archive -Path "npcap-sdk.zip" -DestinationPath "npcap-sdk"
3838
echo "LIB=$env:GITHUB_WORKSPACE\npcap-sdk\Lib\x64;$env:LIB" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
3939
40-
- name: Install Npcap for test execution (Windows)
40+
- name: Install WinPcap for test execution (Windows)
4141
if: matrix.os == 'windows-latest'
42-
run: choco install npcap -y
42+
run: choco install winpcap -y
4343

4444
- name: Run Tests
4545
run: cargo test --workspace

0 commit comments

Comments
 (0)