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 118c103 commit d5795c6Copy full SHA for d5795c6
.github/workflows/BuildPR.yml
@@ -18,5 +18,7 @@ jobs:
18
submodules: true
19
- name: Set XCode Version
20
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app
21
+ - name: pre build
22
+ run: script/bootstrap && script/update_libgit2
23
- name: Build project
24
run: xcodebuild -workspace ObjectiveGitFramework.xcworkspace -scheme "ObjectiveGit Mac" archive ARCHS="x86_64 arm64"
0 commit comments