Skip to content

Commit

Permalink
gh: Don't make clean; keep generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
PappasBrent committed Jul 19, 2024
1 parent cc69d5e commit beceeef
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/temp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,6 @@ jobs:
cd linux
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 beceeef

Please sign in to comment.