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 83fa7a8 commit 226bf47Copy full SHA for 226bf47
.github/workflows/ci.yml
@@ -644,7 +644,7 @@ jobs:
644
llvm_vers=$(echo "${{ matrix.clang-runtime }}" | tr '[:lower:]' '[:upper:]')
645
if [[ "${llvm_vers}" == "19" ]]; then
646
git apply -v ../patches/llvm/emscripten-clang${{ matrix.clang-runtime }}-*.patch
647
- echo "Apply clang${{ matrix.clang-runtime }}-*.patch patches:"
+ echo "Apply emscripten-clang${{ matrix.clang-runtime }}-*.patch patches:"
648
fi
649
cd build
650
#FIXME: This line shouldn't be this line, but emcmake wouldn't recognise new line \
0 commit comments