We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b25e4 commit b12f881Copy full SHA for b12f881
.github/workflows/emscripten.yml
@@ -339,7 +339,9 @@ jobs:
339
../llvm
340
emmake ninja clang clang-repl lld -j ${{ env.ncpus }}
341
fi
342
- cd ../..
+ cd ../
343
+ rm -rf $(find . -maxdepth 1 ! -name "build" ! -name "llvm" ! -name "clang" ! -name ".")
344
345
346
- name: Build LLVM/Cling on Windows systems if the cache is invalid
347
if: ${{ runner.os == 'windows' && steps.cache.outputs.cache-hit != 'true' }}
0 commit comments