Fix openssl libssh2 pkg issue in CI
This commit is contained in:
parent
598f89ff60
commit
156588bd93
2 changed files with 6 additions and 2 deletions
4
.github/workflows/deploying.yml
vendored
4
.github/workflows/deploying.yml
vendored
|
|
@ -51,7 +51,9 @@ jobs:
|
|||
run: bundle exec pod install
|
||||
- name: Carthage
|
||||
if: steps.carthage-cache.outputs.cache-hit != 'true'
|
||||
run: ./scripts/wcarthage bootstrap --platform iOS --no-use-binaries --cache-builds
|
||||
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
|
||||
- name: GopenPGP
|
||||
if: steps.gopenpgp-cache.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue