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

Travis: install openssl on macOS

This commit is contained in:
Alexander Medvednikov 2019-08-06 13:37:25 +02:00 committed by GitHub
parent e6d4708b5a
commit a3f7459963
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@ matrix:
packages:
- freetype
- glfw
- openssl
script:
- |
if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then