Skip to content

Commit 2862039

Browse files
committed
gh: don't make clean; keep generated files
1 parent 852a98e commit 2862039

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/temp.yml

-4
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,6 @@ jobs:
117117
cd linux
118118
bear -- make defconfig
119119
bear -- make LLVM=-18 -j $(nproc)
120-
# Clean build files to save space
121-
mv compile_commands.json save_this_file.json
122-
make clean
123-
mv save_this_file.json compile_commands.json
124120
cd ../
125121
126122
- name: Clone vast benchmark directory

0 commit comments

Comments
 (0)