Skip to content

Commit 4608371

Browse files
committed
gh: try cleaning build files to save space
1 parent d02c72a commit 4608371

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/temp.yml

+2
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ jobs:
117117
cd linux
118118
bear -- make defconfig
119119
bear -- make LLVM=-18 -j $(nproc)
120+
# Clean build files to save space
121+
make clean
120122
cd ../
121123
122124
- name: Clone vast benchmark directory

0 commit comments

Comments
 (0)