diff options
author | Joel Fischer <joeljfischer@gmail.com> | 2021-01-07 15:06:07 -0500 |
---|---|---|
committer | Joel Fischer <joeljfischer@gmail.com> | 2021-01-07 15:06:07 -0500 |
commit | eff29e3761c4c15ae64dd3d57b487e7749799ddc (patch) | |
tree | 17648221f4c1d689b6b394783b4b32c86b18d865 | |
parent | 28878d40ae148bcd88332a00e07b35545ca1fead (diff) | |
download | sdl_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.yml | 4 |
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 |