Skip to content

Commit 50ba5e9

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)