We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e70eb7 commit a028764Copy full SHA for a028764
.github/workflows/test-simulators.yaml
@@ -151,8 +151,8 @@ jobs:
151
uses: actions/cache@v3
152
with:
153
path: |
154
- ~/Library/Developer/Xcode/DerivedData
155
- key: xcode-derived-${{ runner.os }}-${{ hashFiles('tools/powersynctests/ios/Podfile.lock', 'tools/powersynctests/ios/Podfile') }}
+ ${{ runner.tool_cache }}/Xcode/DerivedData
+ key: xcode-derived-${{ runner.os }}-${{ hashFiles('tools/powersynctests/ios/Podfile.lock') }}
156
restore-keys: |
157
xcode-derived-${{ runner.os }}-
158
0 commit comments