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