mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-18 23:53:15 +08:00
Fix mac test
This commit is contained in:
parent
60004eb209
commit
2bfd30ab4b
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user