ci / try to force an openssl 1.1 install on mac
This commit is contained in:
parent
287e48962f
commit
4ed7968b05
2
.github/workflows/ccpp.yml
vendored
2
.github/workflows/ccpp.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: install openssl
|
- name: install openssl
|
||||||
run: brew install openssl
|
run: brew install openssl@1.1
|
||||||
- name: make test
|
- name: make test
|
||||||
run: make test_tsan_openssl
|
run: make test_tsan_openssl
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user