Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/BuildPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
with:
fetch-depth: 0
submodules: true
- name: Check current openSSL
run: find $(brew --prefix) -name libcrypto.a | grep openssl
- name: Install recent openSSL
run: brew install openssl
- name: Check now openSSL again
run: find $(brew --prefix) -name libcrypto.a | grep openssl
- name: Set XCode Version
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app
- name: pre build
Expand Down