Skip to content

Commit 2b4cc7e

Browse files
committed
ci: add disk cleanup to all Docker build jobs
1 parent c2e1d5c commit 2b4cc7e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/docker-build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
env:
2727
IMAGE_NAME: '${{ github.repository }}'
2828

29+
- name: Delete huge unnecessary tools folder
30+
run: rm -rf /opt/hostedtoolcache
31+
2932
- name: Checkout repository
3033
uses: actions/checkout@v6
3134

0 commit comments

Comments
 (0)