Boostrap carthage with all platforms
This commit is contained in:
parent
e5bd678aaa
commit
55ac274ce6
2 changed files with 2 additions and 2 deletions
2
.github/workflows/deploying.yml
vendored
2
.github/workflows/deploying.yml
vendored
|
|
@ -41,7 +41,7 @@ jobs:
|
||||||
- name: Carthage
|
- name: Carthage
|
||||||
if: steps.carthage-cache.outputs.cache-hit != 'true'
|
if: steps.carthage-cache.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
carthage bootstrap --platform iOS --no-use-binaries --cache-builds --use-xcframeworks
|
carthage bootstrap --no-use-binaries --cache-builds --use-xcframeworks
|
||||||
- name: GopenPGP
|
- name: GopenPGP
|
||||||
if: steps.gopenpgp-cache.outputs.cache-hit != 'true'
|
if: steps.gopenpgp-cache.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
2
.github/workflows/testing.yml
vendored
2
.github/workflows/testing.yml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
||||||
- name: Carthage
|
- name: Carthage
|
||||||
if: steps.carthage-cache.outputs.cache-hit != 'true'
|
if: steps.carthage-cache.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
carthage bootstrap --platform iOS --no-use-binaries --cache-builds --use-xcframeworks
|
carthage bootstrap --no-use-binaries --cache-builds --use-xcframeworks
|
||||||
- name: GopenPGP
|
- name: GopenPGP
|
||||||
if: steps.gopenpgp-cache.outputs.cache-hit != 'true'
|
if: steps.gopenpgp-cache.outputs.cache-hit != 'true'
|
||||||
run: ./scripts/gopenpgp_build.sh
|
run: ./scripts/gopenpgp_build.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue