diff --git a/.github/workflows/temp.yml b/.github/workflows/temp.yml index 1e4eca5c17..fc46f73f92 100644 --- a/.github/workflows/temp.yml +++ b/.github/workflows/temp.yml @@ -118,7 +118,9 @@ jobs: bear -- make defconfig bear -- make LLVM=-18 -j $(nproc) # Clean build files to save space + mv compile_commands.json save_this_file.json make clean + mv save_this_file.json compile_commands.json cd ../ - name: Clone vast benchmark directory