Skip to content

Commit

Permalink
ci: use 30720 mb for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Apr 26, 2024
1 parent 77bb6bb commit 7a3d8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Maximize build space
uses: easimon/maximize-build-space@v10
with:
root-reserve-mb: 32768 # The Go cache (`~/.cache/go-build` and `~/go/pkg`) requires a lot of storage space.
root-reserve-mb: 30720 # The Go cache (`~/.cache/go-build` and `~/go/pkg`) requires a lot of storage space.
remove-android: 'true'
remove-docker-images: 'true'
remove-dotnet: 'true'
Expand Down

0 comments on commit 7a3d8b7

Please sign in to comment.