mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 08:44:52 +02:00
Install win10pcap in tests
This commit is contained in:
parent
c273a78560
commit
abb7cc2075
4
.github/workflows/testing.yml
vendored
4
.github/workflows/testing.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user