From 55ac274ce6449006fd44247c5b8d6df8e3ca5a10 Mon Sep 17 00:00:00 2001 From: Mingshen Sun Date: Tue, 28 Dec 2021 16:41:11 -0800 Subject: [PATCH] Boostrap carthage with all platforms --- .github/workflows/deploying.yml | 2 +- .github/workflows/testing.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploying.yml b/.github/workflows/deploying.yml index 9f917c2..4134da1 100644 --- a/.github/workflows/deploying.yml +++ b/.github/workflows/deploying.yml @@ -41,7 +41,7 @@ jobs: - name: Carthage if: steps.carthage-cache.outputs.cache-hit != 'true' run: | - carthage bootstrap --platform iOS --no-use-binaries --cache-builds --use-xcframeworks + carthage bootstrap --no-use-binaries --cache-builds --use-xcframeworks - name: GopenPGP if: steps.gopenpgp-cache.outputs.cache-hit != 'true' run: | diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index d9b8d6a..26f4123 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -35,7 +35,7 @@ jobs: - name: Carthage if: steps.carthage-cache.outputs.cache-hit != 'true' run: | - carthage bootstrap --platform iOS --no-use-binaries --cache-builds --use-xcframeworks + carthage bootstrap --no-use-binaries --cache-builds --use-xcframeworks - name: GopenPGP if: steps.gopenpgp-cache.outputs.cache-hit != 'true' run: ./scripts/gopenpgp_build.sh