Skip to content

Commit

Permalink
fix(ci): Remove unused files to avoid disk full (#1957)
Browse files Browse the repository at this point in the history
  • Loading branch information
shino authored Jun 9, 2024
1 parent e1fab80 commit cb26be1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: go.mod
-
name: Clean space as per https://github.com/actions/virtual-environments/issues/709
run: |
sudo rm -rf "/opt/ghc" || true
sudo rm -rf "/usr/share/dotnet" || true
sudo rm -rf "/usr/local/lib/android" || true
sudo rm -rf "/usr/local/share/boost" || true
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
Expand Down

0 comments on commit cb26be1

Please sign in to comment.