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 96afeab commit 0083968Copy full SHA for 0083968
.github/actions/setup-triton/action.yml
@@ -48,7 +48,7 @@ runs:
48
key: packages-${{ env.LLVM_CACHE_KEY }}-${{ env.CACHE_NUMBER }}
49
50
- name: Clone LLVM
51
- if: ${{ inputs.build_llvm == 'true' && steps.llvm-cache.outputs.status == 'miss' }}
+ if: ${{ inputs.build_llvm == 'true' }}
52
uses: actions/checkout@v5
53
with:
54
repository: ${{ inputs.llvm_repo }}
0 commit comments