Skip to content

Commit 990d662

Browse files
fix(ci): free up disk space
1 parent 7f9a5eb commit 990d662

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-manual.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
check-latest: true
2323
go-version-file: go.mod
2424

25+
- name: Free disk space
26+
run: curl -fsSL https://raw.githubusercontent.com/apache/arrow/e49d8ae15583ceff03237571569099a6ad62be32/ci/scripts/util_free_space.sh | bash
27+
2528
- name: Setup release environment
2629
env:
2730
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)