Skip to content

Commit 17deccc

Browse files
pinal-shahPinal Shah
authored andcommitted
ATLAS-5167: Fix failing Atlas ci build (#487)
(cherry picked from commit 59b5aba)
1 parent b7d28f6 commit 17deccc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
timeout-minutes: 180
3939
steps:
4040
- uses: actions/checkout@v4
41-
41+
- name: Delete huge unnecessary tools folder
42+
run: rm -rf /opt/hostedtoolcache
4243
- name: Cache for maven dependencies
4344
uses: actions/cache@v4
4445
with:

0 commit comments

Comments
 (0)