Skip to content

Commit

Permalink
Install win10pcap in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Oct 19, 2024
1 parent c273a78 commit abb7cc2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
if: runner.os == 'Windows'
run: |
python -m pip install -r win-requirements.txt
echo on
curl -O "http://www.win10pcap.org/download/Win10Pcap-v10.2-5002.msi"
msiexec /i "Win10Pcap-v10.2-5002.msi" /qn /norestart /L*v "Win10Pcap-install.log"
type "Win10Pcap-install.log"
- name: Lint with flake8
run: |
Expand Down

0 comments on commit abb7cc2

Please sign in to comment.