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

pinal pushed a commit to branch atlas-2.5
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/atlas-2.5 by this push:
     new 17deccc7f ATLAS-5167: Fix failing Atlas ci build (#487)
17deccc7f is described below

commit 17deccc7f188cb2453d753c70a2dce1e89447d25
Author: Pinal Shah <[email protected]>
AuthorDate: Fri Dec 12 13:57:45 2025 +0530

    ATLAS-5167: Fix failing Atlas ci build (#487)
    
    (cherry picked from commit 59b5abae4d60bf1352800002d84492b4f9a5355b)
---
 .github/workflows/ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0ebd162d6..faab59914 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -38,7 +38,8 @@ jobs:
     timeout-minutes: 180
     steps:
       - uses: actions/checkout@v4
-
+      - name: Delete huge unnecessary tools folder
+        run: rm -rf /opt/hostedtoolcache
       - name: Cache for maven dependencies
         uses: actions/cache@v4
         with:

Reply via email to