diff options
author | Guy Harris <guy@alum.mit.edu> | 2018-02-23 14:56:44 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2018-02-23 14:56:44 -0800 |
commit | 1c78b0e6d5a7b7d5ebfdfd30ba32a05bbe27ea77 (patch) | |
tree | 9c7d97ae074bd55d3361754005cf3f03277ad6db /.appveyor.yml | |
parent | 2bc576fb0a87bdf3988e12365a695b311a9f9350 (diff) | |
download | tcpdump-1c78b0e6d5a7b7d5ebfdfd30ba32a05bbe27ea77.tar.gz |
Nope, the WinPcap installer doesn't work (hung for over 6 minutes).
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 5fd32d79..a766aa71 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -12,8 +12,6 @@ matrix: install: - appveyor DownloadFile http://www.winpcap.org/install/bin/WpdPack_4_1_2.zip - 7z x .\WpdPack_4_1_2.zip -oc:\projects\libpcap\Win32 - - appveyor DownloadFile https://www.winpcap.org/install/bin/WinPcap_4_1_3.exe - - .\WinPcap_4_1_3.exe build_script: - md build |