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.
2 parents 75e4ae8 + ae87a35 commit 976df99Copy full SHA for 976df99
.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}}${{matrix.tools_platform == 'darwin' && join(['-', env.xcodeVersion]) || ''}}-${{env.llvmVer}}
+ key: llvm-bin-${{matrix.tools_platform}}${{matrix.tools_platform == 'darwin' && format('-{0}', 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