We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3663a4c commit 1e8a474Copy full SHA for 1e8a474
1 file changed
.github/workflows/build.yml
@@ -37,9 +37,9 @@ jobs:
37
Expand-Archive -Path "npcap-sdk.zip" -DestinationPath "npcap-sdk"
38
echo "LIB=$env:GITHUB_WORKSPACE\npcap-sdk\Lib\x64;$env:LIB" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
39
40
- - name: Install Npcap for test execution (Windows)
+ - name: Install WinPcap for test execution (Windows)
41
if: matrix.os == 'windows-latest'
42
- run: choco install npcap -y
+ run: choco install winpcap -y
43
44
- name: Run Tests
45
run: cargo test --workspace
0 commit comments