We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf8fda6 commit 297338cCopy full SHA for 297338c
.github/actions/common-setup/action.yml
@@ -77,7 +77,7 @@ runs:
77
with:
78
path: ${{ github.workspace }}/build/llvm-project-install
79
# Use os*compiler*platform in lieu of an ABI key here, which is what we really want
80
- key: ${{ inputs.os }}-${{ inputs.compiler }}-${{ inputs.platform }}-${{ hashFiles('external/build-llvm.sh') }}
+ key: llvm-${{ inputs.os }}-${{ inputs.compiler }}-${{ inputs.platform }}-${{ hashFiles('external/build-llvm.sh') }}
81
- name: Build LLVM
82
if: steps.cache-llvm.outputs.cache-hit != 'true'
83
shell: bash
0 commit comments