summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2021-01-27 13:19:36 -0500
committerNicoleYarroch <nicole@livio.io>2021-01-27 13:19:36 -0500
commitd7fa778bdb8d2dcd3eb6642a72e34d0ad4745555 (patch)
treef275fca542195f4dcb6eb686c9bf1606b50a9e9f
parent0e9ba8befdfbf09e246217037fc5f4fee5aba13b (diff)
downloadsdl_ios-d7fa778bdb8d2dcd3eb6642a72e34d0ad4745555.tar.gz
Added back the cache builds flag
Signed-off-by: NicoleYarroch <nicole@livio.io>
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index a783ac7c2..6614bd964 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -65,7 +65,7 @@ jobs:
if: steps.carthage-cache.outputs.cache-hit != 'true'
run: |
carthage update --new-resolver --no-build
- bash carthage-build.sh update --no-use-binaries --platform ios
+ bash carthage-build.sh update --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