diff options
author | Aman Gupta <aman@tmm1.net> | 2015-10-07 14:48:14 -0700 |
---|---|---|
committer | Aman Gupta <aman@tmm1.net> | 2015-10-07 14:48:14 -0700 |
commit | 8d02dc2e62a8cf1d2afdfab05830a02d1ab2ef8f (patch) | |
tree | 4753e8d5d349646874ca0bff4e188c7fe87cf8ac /appveyor.yml | |
parent | d089b6a55b334c3b697a077c938478d5533f1c9c (diff) | |
download | Nim-8d02dc2e62a8cf1d2afdfab05830a02d1ab2ef8f.tar.gz |
try installing openssl?
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index ec9a6aca3..9899c3075 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,6 +7,7 @@ platform: - x64 build_script: + - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S openssl" - SET PATH=C:\msys64\mingw64\bin;bin;%PATH% - gcc -v - git clone -q --depth 1 https://github.com/nim-lang/csources |