Fix mac test

This commit is contained in:
Sergey Lyubka 2021-07-13 20:49:19 +01:00
parent 60004eb209
commit 2bfd30ab4b

View File

@ -28,7 +28,7 @@ jobs:
- name: make
run: make test++ upload-coverage IPV6=0
- name: openssl
run: make test SSL=OPENSSL IPV6=0 OPENSSL=/usr/local/Cellar/openssl*/*
run: make test SSL=OPENSSL IPV6=0 OPENSSL=`echo /usr/local/Cellar/openssl*/*`
- name: exports
run: make mg_prefix
windows: