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 4f2a82a commit 8a1837fCopy full SHA for 8a1837f
.github/workflows/build-toolchain.yml
@@ -115,7 +115,7 @@ jobs:
115
- name: Prepare sccache timestamp
116
id: cache_key
117
run: |
118
- echo "SCCACHE_KEY=${{ matrix.target }}-sccache-v13-$(date +'%Y-%m-%d-%I-%M-%S')" >> $GITHUB_OUTPUT
+ echo "SCCACHE_KEY=${{ matrix.target }}-${{ env.TOOLCHAIN_CHANNEL }}-sccache-v13-$(date +'%Y-%m-%d-%I-%M-%S')" >> $GITHUB_OUTPUT
119
120
- name: Check Xcode version
121
if: ${{ startsWith(matrix.build_os, 'macos-') }}
0 commit comments