This is an automated email from the ASF dual-hosted git repository. pinal pushed a commit to branch ATLAS-5167 in repository https://gitbox.apache.org/repos/asf/atlas.git
commit 169290c32384ad1fefce73082063684968e51dec Author: Pinal Shah <[email protected]> AuthorDate: Fri Dec 12 09:44:11 2025 +0530 ATLAS-5167: Fix failing Atlas ci build --- .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:
