Skip to content

Commit

Permalink
v3: Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shink authored Jul 2, 2024
1 parent 6a9ed68 commit 383575f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/actions/build-and-push-docker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ runs:
sudo rm -rf /root/.cache
sudo rm -rf /root/.sbt
sudo rm -rf /tmp/*
sudo rm -rf /usr/local/.ghcup
sudo rm -rf /usr/local/lib/android
sudo rm -rf /usr/share/swift
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/hostedtoolcache
sudo rm -rf /opt/az
sudo rm -rf /opt/microsoft
Expand All @@ -41,10 +44,9 @@ runs:
shell: bash
run: |
sudo df -h
sudo du -h -d 2 /root | sort -hr
sudo du -h -d 2 /usr | sort -hr
sudo du -h -d 2 /opt | sort -hr
sudo du -h -d 2 / | sort -hr
sudo du -h -d 2 /usr/local | sort -hr
sudo du -h -d 2 /usr/share | sort -hr
sudo du -h -d 2 /usr/local/share | sort -hr
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 383575f

Please sign in to comment.