Skip to content

Commit 852a98e

Browse files
committed
gh: don't clean compile_commands.json
1 parent 4608371 commit 852a98e

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
@@ -118,7 +118,9 @@ jobs:
118118
bear -- make defconfig
119119
bear -- make LLVM=-18 -j $(nproc)
120120
# Clean build files to save space
121+
mv compile_commands.json save_this_file.json
121122
make clean
123+
mv save_this_file.json compile_commands.json
122124
cd ../
123125
124126
- name: Clone vast benchmark directory

0 commit comments

Comments
 (0)