Skip to content

Commit 57668b7

Browse files
authored
Remove NATIVE folder Emscripten llvm build
1 parent 7a65d6c commit 57668b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/emscripten.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ jobs:
329329
../llvm
330330
emmake ninja libclang clangInterpreter clangStaticAnalyzerCore lldWasm -j ${{ env.ncpus }}
331331
fi
332+
rm -rf ./NATIVE/
332333
cd ../
333334
rm -rf $(find . -maxdepth 1 ! -name "build" ! -name "llvm" ! -name "clang" ! -name ".")
334335
if [[ "${cling_on}" == "ON" ]]; then

0 commit comments

Comments
 (0)