This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


The following commit(s) were added to refs/heads/main by this push:
     new c4c48d2a7 ci: fix failing nightly verification (#3541)
c4c48d2a7 is described below

commit c4c48d2a7bbefddf24dbf6a9ec960532dac50b3d
Author: David Li <[email protected]>
AuthorDate: Tue Oct 7 15:48:45 2025 +0900

    ci: fix failing nightly verification (#3541)
---
 .github/workflows/nightly-verify.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/workflows/nightly-verify.yml 
b/.github/workflows/nightly-verify.yml
index 44a6199ce..bdc03ceba 100644
--- a/.github/workflows/nightly-verify.yml
+++ b/.github/workflows/nightly-verify.yml
@@ -241,6 +241,12 @@ jobs:
           persist-credentials: false
           submodules: recursive
 
+      - name: Clean up disk space
+        run: |
+          # Rust uses a lot of disk space, free up some space
+          # https://github.com/actions/runner-images/issues/2840
+          sudo rm -rf "$AGENT_TOOLSDIRECTORY"
+
       - name: Verify
         env:
           OS: ${{ matrix.os }}

Reply via email to