Boostrap carthage with all platforms

This commit is contained in:
Mingshen Sun 2021-12-28 16:41:11 -08:00
parent e5bd678aaa
commit 55ac274ce6
2 changed files with 2 additions and 2 deletions

View file

@ -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: |

View file

@ -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