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