From 852a98e1ea2c5d83af0d24c5c488e090e5a28711 Mon Sep 17 00:00:00 2001 From: Brent Pappas Date: Thu, 18 Jul 2024 13:33:42 -0400 Subject: [PATCH] gh: don't clean compile_commands.json --- .github/workflows/temp.yml | 2 ++ 1 file changed, 2 insertions(+) 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