Fix win10pcap installation in tests

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

View File

@ -39,10 +39,8 @@ jobs:
if: runner.os == 'Windows' if: runner.os == 'Windows'
run: | run: |
python -m pip install -r win-requirements.txt python -m pip install -r win-requirements.txt
echo on
curl -O "http://www.win10pcap.org/download/Win10Pcap-v10.2-5002.msi" 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" msiexec /i "Win10Pcap-v10.2-5002.msi" /qn /norestart
type "Win10Pcap-install.log"
- name: Lint with flake8 - name: Lint with flake8
run: | run: |