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

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


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

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

    ATLAS-5167: Fix failing Atlas ci build (#487)
---
 .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 3cc75b5cc..bf9b0ed00 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