Skip to content

Commit d906430

Browse files
authored
Fix indentation in emscripten.yml for patch application
1 parent 9a5341f commit d906430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/emscripten.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ jobs:
329329
{
330330
git apply -v emscripten-clang21-1-shift-temporary-files-to-tmp-dir.patch
331331
git apply -v emscripten-clang21-2-enable_exception_handling.patch
332-
git apply -v emscripten-clang21-3-llvm-abi-annotation-remote.patch
332+
git apply -v emscripten-clang21-3-llvm-abi-annotation-remote.patch
333333
}
334334
cd build
335335
echo "Apply clang${{ matrix.clang-runtime }}-*.patch patches:"

0 commit comments

Comments
 (0)