diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index 7238b34ee..be132865c 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -43,7 +43,7 @@ jobs: Invoke-WebRequest -Uri https://npcap.com/dist/npcap-sdk-1.13.zip -OutFile npcap-sdk.zip Expand-Archive -Path npcap-sdk.zip -DestinationPath $env:USERPROFILE\npcap-sdk Remove-Item npcap-sdk.zip - choco install npcap -y -pre + choco install npcap -y --pre - name: Set Library and Include Paths (Windows) if: runner.os == 'Windows'