Skip to content

Commit baaf759

Browse files
author
kr-2003
committed
patch bug resolved
1 parent 0a5d874 commit baaf759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/Build_LLVM/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
4343
ninja LLVMOrcDebugging -j ${{ env.ncpus }}
4444
ninja clingInterpreter -j ${{ env.ncpus }}
4545
else
46-
llvm_vers=$(echo "${{ matrix.clang-runtime }}" | tr
46+
llvm_vers=$(echo "${{ matrix.clang-runtime }}" | tr '[:lower:]' '[:upper:]')
4747
if [[ "${{ matrix.oop-jit }}" == "On" && "${llvm_vers}" == "20" ]]; then
4848
git apply -v ../patches/llvm/clang20-1-out-of-process.patch
4949
echo "Apply clang20-1-out-of-process.patch:"

0 commit comments

Comments
 (0)