We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dd6b87 commit b598dbbCopy full SHA for b598dbb
.github/workflows/ci.yml
@@ -365,7 +365,9 @@ jobs:
365
../llvm
366
cmake --build . --target clang clang-repl lld --parallel ${{ env.ncpus }}
367
fi
368
- cd ../../
+ cd ../
369
+ rm -rf $(find . -maxdepth 1 ! -name "build" ! -name "llvm" ! -name "clang" ! -name ".")
370
371
372
- name: Build LLVM/Cling on Windows systems if the cache is invalid
373
if: ${{ runner.os == 'windows' && steps.cache.outputs.cache-hit != 'true' }}
0 commit comments