Skip to content

Commit 0a677d7

Browse files
committed
cache cleaner for go releaser
1 parent 95380a8 commit 0a677d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/cache-cleaner.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
- name: Clean Go build cache
2424
run: |
2525
go clean -cache -modcache -testcache || true
26-
rm -rf /root/.cache/go-build /tmp/*
2726
2827
- name: Free disk space
2928
run: |

0 commit comments

Comments
 (0)