Skip to content

Commit 50a475e

Browse files
committed
Unlink openssl
1 parent b4595c0 commit 50a475e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/BuildPR.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
- name: Show openssl version
4141
run: |
4242
openssl version
43+
- name: Unlink openssl 3
44+
run: |
45+
brew unlink openssl@3
4346
# - name: Test project
4447
# run: xcodebuild -workspace ObjectiveGitFramework.xcworkspace -scheme "ObjectiveGit Mac" test ARCHS="${{ matrix.arch }}"
4548
- name: Archive project

0 commit comments

Comments
 (0)