Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xunmod committed Feb 4, 2024
1 parent 3520d66 commit 768cc05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- name: Clear disk
run: |
sudo rm -rf /__t
sudo rm -rf /__t/* || true
echo "========== / =========="
sudo du -hxd3 /
echo "========== __* =========="
Expand Down

0 comments on commit 768cc05

Please sign in to comment.