Skip to content

Commit 0083968

Browse files
committed
tmp disable llvm cache
1 parent 96afeab commit 0083968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ runs:
4848
key: packages-${{ env.LLVM_CACHE_KEY }}-${{ env.CACHE_NUMBER }}
4949

5050
- name: Clone LLVM
51-
if: ${{ inputs.build_llvm == 'true' && steps.llvm-cache.outputs.status == 'miss' }}
51+
if: ${{ inputs.build_llvm == 'true' }}
5252
uses: actions/checkout@v5
5353
with:
5454
repository: ${{ inputs.llvm_repo }}

0 commit comments

Comments
 (0)