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 81fe58b commit ccd9cc7Copy full SHA for ccd9cc7
.github/workflows/BuildPR.yml
@@ -24,7 +24,13 @@ jobs:
24
submodules: true
25
- name: Set XCode Version
26
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app
27
+ - name: Show openssl version
28
+ run: |
29
+ openssl version
30
- name: pre build
31
run: script/bootstrap && script/update_libgit2
32
33
34
35
- name: Test and archive project
36
run: xcodebuild -workspace ObjectiveGitFramework.xcworkspace -scheme "ObjectiveGit Mac" test archive ARCHS="x86_64"
0 commit comments