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 7a65d6c commit 57668b7Copy full SHA for 57668b7
.github/workflows/emscripten.yml
@@ -329,6 +329,7 @@ jobs:
329
../llvm
330
emmake ninja libclang clangInterpreter clangStaticAnalyzerCore lldWasm -j ${{ env.ncpus }}
331
fi
332
+ rm -rf ./NATIVE/
333
cd ../
334
rm -rf $(find . -maxdepth 1 ! -name "build" ! -name "llvm" ! -name "clang" ! -name ".")
335
if [[ "${cling_on}" == "ON" ]]; then
0 commit comments