Skip to content

Commit

Permalink
Add maximize space step
Browse files Browse the repository at this point in the history
This is to add step in github action to remove dotnet libraries
and improve partition to have more space as the action is
failing that no more space left
  • Loading branch information
piyush-garg committed Feb 8, 2024
1 parent f081a5e commit 8a2bf72
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 512
swap-size-mb: 1024
remove-dotnet: 'true'
- uses: actions/checkout@v4
- run: git fetch --prune --unshallow
- uses: actions/setup-go@v5
Expand Down

0 comments on commit 8a2bf72

Please sign in to comment.