Skip to content

Commit 50ba5e9

Browse files
committed
Different DerivedData location.
1 parent a028764 commit 50ba5e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-simulators.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
uses: actions/cache@v3
152152
with:
153153
path: |
154-
${{ runner.tool_cache }}/Xcode/DerivedData
154+
DerivedData
155155
key: xcode-derived-${{ runner.os }}-${{ hashFiles('tools/powersynctests/ios/Podfile.lock') }}
156156
restore-keys: |
157157
xcode-derived-${{ runner.os }}-

0 commit comments

Comments
 (0)