We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a8748a commit 302e33cCopy full SHA for 302e33c
.github/workflows/BuildPR.yml
@@ -16,6 +16,12 @@ jobs:
16
with:
17
fetch-depth: 0
18
submodules: true
19
+ - name: Check current openSSL
20
+ run: find $(brew --prefix) -name libcrypto.a | grep openssl
21
+ - name: Install recent openSSL
22
+ run: brew install openssl
23
+ - name: Check now openSSL again
24
25
- name: Set XCode Version
26
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app
27
- name: pre build
0 commit comments