Skip to content

Commit c7ef1fa

Browse files
committed
disable all cache
1 parent 97f2ff2 commit c7ef1fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ runs:
6363
echo "TRITON_USE_SPIRV_BACKEND=1" | tee -a $GITHUB_ENV
6464
6565
- name: Build LLVM
66-
if: ${{ inputs.build_llvm == 'true' && steps.llvm-cache.outputs.status == 'miss' }}
66+
if: ${{ inputs.build_llvm == 'true' && }}
6767
shell: bash
6868
run: |
6969
export BASE=$HOME
@@ -86,7 +86,7 @@ runs:
8686
echo "LLVM_SYSPATH=$HOME/packages/llvm" | tee -a $GITHUB_ENV
8787
8888
- name: Save LLVM cache
89-
if: ${{ inputs.build_llvm == 'true' && steps.llvm-cache.outputs.status == 'miss' }}
89+
if: ${{ inputs.build_llvm == 'true' && }}
9090
uses: ./.github/actions/save
9191
with:
9292
path: ${{ steps.llvm-cache.outputs.path }}

0 commit comments

Comments
 (0)