Skip to content

Commit

Permalink
chore(ci): add cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hexf00 committed Jul 6, 2024
1 parent 7f5263d commit c77b6f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ jobs:
run: |
du -h -d 1
rm -rf ./submodules
rm -rf ./.next/server
rm -rf ./.next/cache
echo "Cleaned up"
du -h -d 1
- name: Set up QEMU
Expand Down

0 comments on commit c77b6f4

Please sign in to comment.