We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dcff3f commit c5289e9Copy full SHA for c5289e9
.github/workflows/create_opencl_cts_artefact.yml
@@ -41,7 +41,7 @@ jobs:
41
uses: ./.github/workflows/create_llvm_artefacts.yml
42
secrets: inherit
43
with:
44
- # llvm_branch: ${{ inputs.llvm_branch }}
+ llvm_branch: ${{ inputs.llvm_branch }}
45
llvm_version: ${{ inputs.llvm_version }}
46
# use_github_cache: ${{ inputs.use_llvm_github_cache }}
47
target_list: '[ "host_x86_64_linux" ]'
0 commit comments