1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

Travis: windows openssl fix

This commit is contained in:
Alexander Medvednikov
2019-08-06 17:23:41 +02:00
committed by GitHub
parent 9642d03e2b
commit 0851848080

View File

@@ -38,7 +38,7 @@ script:
fi
- |
if [[ "${TRAVIS_OS_NAME}" == "windows" ]]; then
choco install openssl
choco install openssl.light
echo "Running make_tests.bat..."
./make_tests.bat
fi