Skip to content

Commit 302e33c

Browse files
committed
openssl on CI
1 parent 4a8748a commit 302e33c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/BuildPR.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818
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+
run: find $(brew --prefix) -name libcrypto.a | grep openssl
1925
- name: Set XCode Version
2026
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app
2127
- name: pre build

0 commit comments

Comments
 (0)