From 27037d49106091b5aee4d546cdce163a305dd384 Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Wed, 7 Oct 2015 15:19:18 -0700 Subject: [PATCH] show openssl-devel contents --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 038f34d4e2..ea7674bb08 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,7 +9,8 @@ platform: before_build: - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S openssl-devel" - C:\msys64\usr\bin\bash -lc "pacman -Ql libopenssl" - - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S libcurl-devel libsqlite-devel pcre-devel ncurses-devel mingw-w64-ncurses mingw-w64-SDL mingw-w64-glfw" + - C:\msys64\usr\bin\bash -lc "pacman -Ql openssl-devel" + - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S libcurl-devel libsqlite-devel pcre-devel ncurses-devel" build_script: - SET PATH=C:\msys64\mingw64\bin;bin;%PATH%