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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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