diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index cbb12d83..7e004796 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -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