Skip to content

Commit

Permalink
update disk cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: brad-allora <[email protected]>
  • Loading branch information
brad-allora authored Dec 20, 2024
1 parent cb2c1c5 commit 890617c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,16 @@ jobs:
fetch-depth: 0
- name: Remove unnecessary directories to free up space
run: |
echo "Disk space before cleanup:"
df -h
sudo rm -rf /usr/local/.ghcup
sudo rm -rf /opt/hostedtoolcache/CodeQL
sudo rm -rf /usr/local/lib/android/sdk/ndk
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo apt-get clean
echo "Disk space after cleanup:"
df -h
-
name: Set up Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit 890617c

Please sign in to comment.