8000
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 46d8a05 commit 75e4ae8Copy full SHA for 75e4ae8
.github/workflows/cpp-packaging.yml
@@ -127,7 +127,7 @@ jobs:
127
uses: actions/cache@v3
128
with:
129
path: llvm-src/llvm/build/bin
130
- key: llvm-bin-${{matrix.tools_platform}}-${{env.xcodeVersion}}-${{env.llvmVer}}
+ key: llvm-bin-${{matrix.tools_platform}}${{matrix.tools_platform == 'darwin' && join(['-', env.xcodeVersion]) || ''}}-${{env.llvmVer}}
131
132
- name: Fetch LLVM source
133
# Only fetch LLVM if we don't already have binaries from the cache.
0 commit comments