Skip to content

Commit ada187b

Browse files
committed
disable all cache v2
1 parent c7ef1fa commit ada187b

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

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

Lines changed: 1 addition & 8 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' && }}
66+
if: ${{ inputs.build_llvm == 'true'}}
6767
shell: bash
6868
run: |
6969
export BASE=$HOME
@@ -85,13 +85,6 @@ runs:
8585
run: |
8686
echo "LLVM_SYSPATH=$HOME/packages/llvm" | tee -a $GITHUB_ENV
8787
88-
- name: Save LLVM cache
89-
if: ${{ inputs.build_llvm == 'true' && }}
90-
uses: ./.github/actions/save
91-
with:
92-
path: ${{ steps.llvm-cache.outputs.path }}
93-
dest: ${{ steps.llvm-cache.outputs.dest }}
94-
9588
- name: Prepare Triton cache
9689
shell: bash
9790
run: |

0 commit comments

Comments
 (0)