Skip to content

Commit 1e6d60c

Browse files
committed
add clean
Signed-off-by: yoshidan <naohiro.y@gmail.com>
1 parent 6567013 commit 1e6d60c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
with:
1717
submodules: recursive
1818
fetch-depth: 0
19+
- name: Clean up unnecessary packages
20+
run: |
21+
docker system prune -a --volumes -f
1922
- uses: actions/setup-go@v5
2023
with:
2124
go-version: '1.22'

0 commit comments

Comments
 (0)