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 547439e commit 767e62bCopy full SHA for 767e62b
.github/workflows/build-toolchain.yml
@@ -117,7 +117,7 @@ jobs:
117
- name: Prepare sccache timestamp
118
id: cache_key
119
run: |
120
- 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
121
122
- name: Check Xcode version
123
if: ${{ startsWith(matrix.build_os, 'macos-') }}
0 commit comments