Consume ObjectiveGit through a binary Swift package (#528)

This commit is contained in:
Danny Moesch 2021-12-29 00:17:11 +01:00 committed by GitHub
parent 3030e1d045
commit e5bd678aaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 128 additions and 104 deletions

View file

@ -16,7 +16,7 @@ jobs:
- name: Installing packages
run: |
brew update
brew install libtool automake cmake carthage swiftformat openssl libssh2
brew install carthage swiftformat
brew install go || brew link --overwrite go
brew install swiftlint || brew link --overwrite swiftlint
gem install bundler
@ -41,8 +41,7 @@ jobs:
- name: Carthage
if: steps.carthage-cache.outputs.cache-hit != 'true'
run: |
export PKG_CONFIG_PATH="/usr/local/opt/openssl/lib/pkgconfig:/usr/local/opt/libssh2/lib/pkgconfig/"
./scripts/wcarthage bootstrap --platform iOS --no-use-binaries --cache-builds
carthage bootstrap --platform iOS --no-use-binaries --cache-builds --use-xcframeworks
- name: GopenPGP
if: steps.gopenpgp-cache.outputs.cache-hit != 'true'
run: |