Skip to content

Commit

Permalink
ci: fix node space
Browse files Browse the repository at this point in the history
hopefully
  • Loading branch information
caarlos0 committed Dec 16, 2024
1 parent 7e70425 commit 78d17eb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-goreleaser-pro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
goreleaser-pro:
runs-on: ubuntu-latest
steps:
- name: "node-cleanup"
run: |
sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /opt/hostedtoolcache/CodeQL
sudo docker image prune --all --force
sudo docker builder prune -a
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release-goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: "node-cleanup"
run: |
sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /opt/hostedtoolcache/CodeQL
sudo docker image prune --all --force
sudo docker builder prune -a
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 78d17eb

Please sign in to comment.