Skip to content

Commit d5795c6

Browse files
committed
Introduce pre-build step
1 parent 118c103 commit d5795c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/BuildPR.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@ jobs:
1818
submodules: true
1919
- name: Set XCode Version
2020
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app
21+
- name: pre build
22+
run: script/bootstrap && script/update_libgit2
2123
- name: Build project
2224
run: xcodebuild -workspace ObjectiveGitFramework.xcworkspace -scheme "ObjectiveGit Mac" archive ARCHS="x86_64 arm64"

0 commit comments

Comments
 (0)