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 18, 2024
1 parent 852a98e commit 2862039
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 2862039

Please sign in to comment.