Skip to content

Commit 226bf47

Browse files
authored
Fix 2
1 parent 83fa7a8 commit 226bf47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ jobs:
644644
llvm_vers=$(echo "${{ matrix.clang-runtime }}" | tr '[:lower:]' '[:upper:]')
645645
if [[ "${llvm_vers}" == "19" ]]; then
646646
git apply -v ../patches/llvm/emscripten-clang${{ matrix.clang-runtime }}-*.patch
647-
echo "Apply clang${{ matrix.clang-runtime }}-*.patch patches:"
647+
echo "Apply emscripten-clang${{ matrix.clang-runtime }}-*.patch patches:"
648648
fi
649649
cd build
650650
#FIXME: This line shouldn't be this line, but emcmake wouldn't recognise new line \

0 commit comments

Comments
 (0)