summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAman Gupta <aman@tmm1.net>2015-10-07 15:07:19 -0700
committerAman Gupta <aman@tmm1.net>2015-10-07 15:07:19 -0700
commit32f522be06713e67e59d19f09a98e20d25a8f488 (patch)
tree9a6579cdd89022d542e39ae622cad97e71509036
parentd069ba7ef8866c1a9234a27100d70fd6ca7163ad (diff)
downloadNim-32f522be06713e67e59d19f09a98e20d25a8f488.tar.gz
install libssl
-rw-r--r--appveyor.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 85577ed16..cc77fbee5 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -6,10 +6,10 @@ artifacts:
 platform:
   - x64
 
+before_build:
+  - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S openssl-devel"
+
 build_script:
-  - C:\msys64\usr\bin\bash -lc "pacman -Ql openssl"
-  - dir c:\msys64\ssl
-  - dir c:\msys64\mingw64\lib
   - SET PATH=C:\msys64\mingw64\bin;bin;%PATH%
   - gcc -v
   - git clone -q --depth 1 https://github.com/nim-lang/csources