File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,6 @@ windows_task:
7575 - choco install --no-progress -y winflexbison
7676 - win_flex --version
7777 - win_bison --version
78- - choco install -y --no-progress msys2
7978 - choco install --no-progress -y curl
8079 - curl -O -s https://www.winpcap.org/install/bin/WpdPack_4_1_2.zip
8180 - 7z x .\WpdPack_4_1_2.zip -oc:\projects\libpcap\Win32
@@ -84,7 +83,7 @@ windows_task:
8483 - curl -o AirPcap_Devpack.zip -L -s "https://support.riverbed.com/bin/support/download?sid=l3vk3eu649usgu3rj60uncjqqu"
8584 - 7z x .\AirPcap_Devpack.zip -oc:\projects\libpcap\Win32
8685 script :
87- - C:\tools\msys64\usr\bin\bash -lc ".\\build_matrix.sh"
86+ - sh -c ".\\build_matrix.sh"
8887
8988coverity_task :
9089 name : Coverity Scan
You can’t perform that action at this time.
0 commit comments