Skip to content

Commit

Permalink
fix windows CI (#1318)
Browse files Browse the repository at this point in the history
  • Loading branch information
tigercosmos authored Feb 17, 2024
1 parent 983869a commit 0a6a985
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci/install_winpcap.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
:: Install WinPcap Runtime
git submodule update --init --recursive
git clone https://github.com/mfontanini/winpcap-installer.git
winpcap-installer\winpcap-boundary-meter-4.1.3.exe /S
:: use our fork to prevent the repository from being deleted
git clone https://github.com/PcapPlusPlus/winpcap-installer
winpcap-installer\winpcap-truesight-meter-4.1.3.exe /S
rmdir winpcap-installer /s /q

:: Install WinPcap SDK
Expand Down

0 comments on commit 0a6a985

Please sign in to comment.