Install win10pcap in tests

This commit is contained in:
grossmj 2024-10-19 17:00:32 +10:00
parent c273a78560
commit abb7cc2075
No known key found for this signature in database
GPG Key ID: 0A2D76AC45EA25CD

View File

@ -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: |