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 95549ab commit fa555a1Copy full SHA for fa555a1
.github/workflows/BuildPR.yml
@@ -16,6 +16,8 @@ jobs:
16
with:
17
fetch-depth: 0
18
submodules: true
19
+ - name: openSSL
20
+ run: brew install openssl
21
- name: Set XCode Version
22
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app
23
- name: pre build
0 commit comments