Skip to content

Commit a028764

Browse files
committed
Referring to runner tool's Derived data location.
1 parent 6e70eb7 commit a028764

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-simulators.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ jobs:
151151
uses: actions/cache@v3
152152
with:
153153
path: |
154-
~/Library/Developer/Xcode/DerivedData
155-
key: xcode-derived-${{ runner.os }}-${{ hashFiles('tools/powersynctests/ios/Podfile.lock', 'tools/powersynctests/ios/Podfile') }}
154+
${{ runner.tool_cache }}/Xcode/DerivedData
155+
key: xcode-derived-${{ runner.os }}-${{ hashFiles('tools/powersynctests/ios/Podfile.lock') }}
156156
restore-keys: |
157157
xcode-derived-${{ runner.os }}-
158158

0 commit comments

Comments
 (0)