diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 738b6ed3f1987..e7efd11c87044 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -69,6 +69,9 @@ jobs: with: repository: apache/arrow-rs path: rust + - name: Free up disk space + run: | + ci/scripts/util_free_space.sh - name: Cache Docker Volumes uses: actions/cache@v3 with: