cleanup disk in release ci
Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
parent
a30957409d
commit
3f1c2a0a75
|
|
@ -30,6 +30,12 @@ jobs:
|
||||||
go-version-file: go.mod
|
go-version-file: go.mod
|
||||||
- name: check disk usage
|
- name: check disk usage
|
||||||
run: df -h
|
run: df -h
|
||||||
|
- name: cleanup disk
|
||||||
|
run: |
|
||||||
|
rm -rf /usr/share/dotnet
|
||||||
|
rm -rf /opt/ghc
|
||||||
|
rm -rf "/usr/local/share/boost"
|
||||||
|
rm -rf "$AGENT_TOOLSDIRECTORY"
|
||||||
- uses: goreleaser/goreleaser-action@v6
|
- uses: goreleaser/goreleaser-action@v6
|
||||||
with:
|
with:
|
||||||
version: latest
|
version: latest
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue