Skip to content

Commit 81fa444

Browse files
authored
Update emscripten.yml
1 parent 943889b commit 81fa444

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
@@ -327,7 +327,7 @@ jobs:
327327
-DLLVM_ENABLE_THREADS=OFF \
328328
-G Ninja \
329329
../llvm
330-
emmake ninja libclang clangInterpreter clangStaticAnalyzerCore liblld -j ${{ env.ncpus }}
330+
emmake ninja libclang clangInterpreter clangStaticAnalyzerCore lld -j ${{ env.ncpus }}
331331
fi
332332
cd ../
333333
rm -rf $(find . -maxdepth 1 ! -name "build" ! -name "llvm" ! -name "clang" ! -name ".")

0 commit comments

Comments
 (0)