Skip to content

Commit 06eb1ed

Browse files
authored
Attempt 2 reduce cache size
1 parent b5b1d39 commit 06eb1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ jobs:
366366
cmake --build . --target clang clang-repl lld --parallel ${{ env.ncpus }}
367367
fi
368368
cd ../
369-
rm -rf $(find . -maxdepth 1 ! -name "build" ! -name ".")
369+
rm -rf $(find . -maxdepth 1 ! -name "build" ! -name "llvm" ! -name "clang" ! -name ".")
370370
cd ../
371371
372372
- name: Build LLVM/Cling on Windows systems if the cache is invalid

0 commit comments

Comments
 (0)