Skip to content

Commit 297338c

Browse files
committed
more appropriate cache name
1 parent bf8fda6 commit 297338c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/common-setup/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ runs:
7777
with:
7878
path: ${{ github.workspace }}/build/llvm-project-install
7979
# 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') }}
80+
key: llvm-${{ inputs.os }}-${{ inputs.compiler }}-${{ inputs.platform }}-${{ hashFiles('external/build-llvm.sh') }}
8181
- name: Build LLVM
8282
if: steps.cache-llvm.outputs.cache-hit != 'true'
8383
shell: bash

0 commit comments

Comments
 (0)