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 5e20bb0 commit bca9a40Copy full SHA for bca9a40
.github/workflows/build-toolchain.yml
@@ -225,12 +225,12 @@ jobs:
225
run: |
226
xcodebuild -version
227
228
- - uses: actions/cache@v1
+ - uses: actions/cache@v3
229
with:
230
path: build-cache
231
- key: ${{ matrix.target }}-sccache-v11-${{ steps.cache_timestamp.outputs.timestamp }}
+ key: ${{ matrix.target }}-sccache-v12-${{ steps.cache_timestamp.outputs.timestamp }}
232
restore-keys: |
233
- ${{ matrix.target }}-sccache-v11-
+ ${{ matrix.target }}-sccache-v12-
234
235
- name: Clean build directory
236
if: ${{ matrix.clean_build_dir }}
0 commit comments