Skip to content

Commit

Permalink
b0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantelyuk Pavel committed Dec 4, 2024
1 parent d6272d3 commit 4bb48c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 winpcap -y -pre
choco install npcap -y -pre
- name: Set Library and Include Paths (Windows)
if: runner.os == 'Windows'
Expand Down

0 comments on commit 4bb48c4

Please sign in to comment.