Skip to content

Commit 7617597

Browse files
committed
Change openssl version
1 parent 4463224 commit 7617597

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/BuildPR.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ jobs:
1919
steps:
2020
- name: ls Xcode
2121
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+
openssl version
2230
- name: Checkout
2331
uses: actions/checkout@v4
2432
with:
@@ -27,9 +35,6 @@ jobs:
2735
- uses: maxim-lobanov/setup-xcode@v1
2836
with:
2937
xcode-version: ${{ matrix.xcode }}
30-
- name: Show openssl version
31-
run: |
32-
openssl version
3338
- run: script/bootstrap
3439
- run: script/update_libgit2
3540
- name: Show openssl version

0 commit comments

Comments
 (0)