Skip to content

Commit

Permalink
give sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
fang19911030 committed Oct 17, 2023
1 parent bd83f65 commit 99aa413
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dockertest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@ jobs:
- name: Log Build Information
if: failure()
run: |
du -sh /tmp
du -sh /home/app
sudo du -sh /tmp
sudo du -sh /home/app
sudo df -Th
- name: Move cache
run: |
rm -rf /tmp/.buildx-cache
Expand Down

0 comments on commit 99aa413

Please sign in to comment.