Skip to content

Commit 2852194

Browse files
committed
Trying to cache derived data for iOS again.
1 parent 5fecdd3 commit 2852194

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/test-simulators.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,15 @@ jobs:
146146
tools/powersynctests/ios/Pods/*
147147
key: ${{ runner.os }}-${{ hashFiles('tools/powersynctests/ios/Podfile.lock') }}
148148

149+
- name: Cache Xcode Derived Data
150+
uses: actions/cache@v3
151+
with:
152+
path: |
153+
tools/powersynctests/ios/build/*
154+
key: xcode-derived-${{ runner.os }}-${{ hashFiles('tools/powersynctests/ios/Podfile.lock') }}
155+
restore-keys: |
156+
xcode-derived-${{ runner.os }}-
157+
149158
- name: Setup NodeJS
150159
uses: actions/setup-node@v4
151160
with:

0 commit comments

Comments
 (0)