We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97f2ff2 commit c7ef1faCopy full SHA for c7ef1fa
.github/actions/setup-triton/action.yml
@@ -63,7 +63,7 @@ runs:
63
echo "TRITON_USE_SPIRV_BACKEND=1" | tee -a $GITHUB_ENV
64
65
- name: Build LLVM
66
- if: ${{ inputs.build_llvm == 'true' && steps.llvm-cache.outputs.status == 'miss' }}
+ if: ${{ inputs.build_llvm == 'true' && }}
67
shell: bash
68
run: |
69
export BASE=$HOME
@@ -86,7 +86,7 @@ runs:
86
echo "LLVM_SYSPATH=$HOME/packages/llvm" | tee -a $GITHUB_ENV
87
88
- name: Save LLVM cache
89
90
uses: ./.github/actions/save
91
with:
92
path: ${{ steps.llvm-cache.outputs.path }}
0 commit comments