Skip to content

Commit

Permalink
gh: don't clean compile_commands.json
Browse files Browse the repository at this point in the history
  • Loading branch information
PappasBrent committed Jul 18, 2024
1 parent 4608371 commit 852a98e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/temp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 852a98e

Please sign in to comment.