summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2021-01-07 14:57:25 -0500
committerJoel Fischer <joeljfischer@gmail.com>2021-01-07 14:57:25 -0500
commit28878d40ae148bcd88332a00e07b35545ca1fead (patch)
tree56296787afc4d0d83912ed94e11b69bea88c200f
parent18dfd8ae8d239eef2f6984a23cd4f137e1465c55 (diff)
downloadsdl_ios-28878d40ae148bcd88332a00e07b35545ca1fead.tar.gz
Attempt to fix github ci
-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 cf53b5bda..7b56fbe7d 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 --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