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 b4595c0 commit 50a475eCopy full SHA for 50a475e
.github/workflows/BuildPR.yml
@@ -40,6 +40,9 @@ jobs:
40
- name: Show openssl version
41
run: |
42
openssl version
43
+ - name: Unlink openssl 3
44
+ run: |
45
+ brew unlink openssl@3
46
# - name: Test project
47
# run: xcodebuild -workspace ObjectiveGitFramework.xcworkspace -scheme "ObjectiveGit Mac" test ARCHS="${{ matrix.arch }}"
48
- name: Archive project
0 commit comments