summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2021-01-07 15:06:07 -0500
committerJoel Fischer <joeljfischer@gmail.com>2021-01-07 15:06:07 -0500
commiteff29e3761c4c15ae64dd3d57b487e7749799ddc (patch)
tree17648221f4c1d689b6b394783b4b32c86b18d865
parent28878d40ae148bcd88332a00e07b35545ca1fead (diff)
downloadsdl_ios-bugfix/issue-1884-github-ci-fail.tar.gz
Trying to fix Carthage on CIbugfix/issue-1884-github-ci-fail
-rw-r--r--.github/workflows/test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 7b56fbe7d..27db8d016 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -63,8 +63,8 @@ jobs:
- name: Installing dependencies
if: steps.carthage-cache.outputs.cache-hit != 'true'
- # run: bash carthage-build.sh --no-use-binaries --platform iOS --cache-builds
- run: carthage bootstrap --no-use-binaries --platform iOS --cache-builds
+ run: bash carthage-build.sh bootstrap --no-use-binaries --platform iOS --cache-builds
+ # run: carthage bootstrap --no-use-binaries --platform iOS --cache-builds
# Split build into build-only and test-only as it is faster than building and running in one step
- name: Building unit tests