Skip to content

Commit 5da833b

Browse files
committed
test(ios): increase ccache from 1024M to 1500M
There were some cleanups during the build and some cache misses on what should have been a clean run, so we are bumping up against size constraints again.
1 parent a9e7833 commit 5da833b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests_e2e_ios.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
name: Xcode Compile Cache
8181
with:
8282
key: ${{ runner.os }}-v2 # makes a unique key w/related restore key internally
83-
max-size: 1G
83+
max-size: 1500M
8484

8585
- name: Yarn Install
8686
uses: nick-invision/retry@v2
@@ -195,4 +195,4 @@ jobs:
195195

196196
- uses: codecov/codecov-action@v3
197197
with:
198-
verbose: true
198+
verbose: true

0 commit comments

Comments
 (0)