Skip to content

Commit ccd9cc7

Browse files
committed
Show openssh version
1 parent 81fe58b commit ccd9cc7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/BuildPR.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,13 @@ jobs:
2424
submodules: true
2525
- name: Set XCode Version
2626
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app
27+
- name: Show openssl version
28+
run: |
29+
openssl version
2730
- name: pre build
2831
run: script/bootstrap && script/update_libgit2
32+
- name: Show openssl version
33+
run: |
34+
openssl version
2935
- name: Test and archive project
3036
run: xcodebuild -workspace ObjectiveGitFramework.xcworkspace -scheme "ObjectiveGit Mac" test archive ARCHS="x86_64"

0 commit comments

Comments
 (0)