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 4463224 commit 7617597Copy full SHA for 7617597
.github/workflows/BuildPR.yml
@@ -19,6 +19,14 @@ jobs:
19
steps:
20
- name: ls Xcode
21
run: ls -la /Applications/Xcode*
22
+ - name: Show openssl version
23
+ run: |
24
+ openssl version
25
+ brew uninstall --ignore-dependencies openssl
26
+ rm -rf /usr/local/etc/openssl@3
27
+ rm -rf /usr/local/etc/[email protected]
28
+ brew install openssl@3
29
30
- name: Checkout
31
uses: actions/checkout@v4
32
with:
@@ -27,9 +35,6 @@ jobs:
35
- uses: maxim-lobanov/setup-xcode@v1
36
37
xcode-version: ${{ matrix.xcode }}
- - name: Show openssl version
- run: |
- openssl version
33
38
- run: script/bootstrap
34
39
- run: script/update_libgit2
40
- name: Show openssl version
0 commit comments