Skip to content

Commit 19720c2

Browse files
committed
Change openssl version
1 parent 4463224 commit 19720c2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/BuildPR.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
- name: Show openssl version
3131
run: |
3232
openssl version
33+
brew uninstall --ignore-dependencies openssl
34+
rm -rf /usr/local/etc/openssl@3
35+
rm -rf /usr/local/etc/openssl@1.1
36+
brew install openssl@3
37+
openssl version
3338
- run: script/bootstrap
3439
- run: script/update_libgit2
3540
- name: Show openssl version

0 commit comments

Comments
 (0)