mirror of
https://github.com/spotiflacapp/SpotiFLAC-Mobile.git
synced 2026-06-01 03:15:17 +07:00
ci: Fix disk cleanup - don't remove Android SDK path
This commit is contained in:
parent
343b309314
commit
608fa2ca74
1 changed files with 4 additions and 1 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
|
@ -48,9 +48,12 @@ jobs:
|
||||||
- name: Free disk space
|
- name: Free disk space
|
||||||
run: |
|
run: |
|
||||||
sudo rm -rf /usr/share/dotnet
|
sudo rm -rf /usr/share/dotnet
|
||||||
sudo rm -rf /usr/local/lib/android
|
|
||||||
sudo rm -rf /opt/ghc
|
sudo rm -rf /opt/ghc
|
||||||
sudo rm -rf /opt/hostedtoolcache/CodeQL
|
sudo rm -rf /opt/hostedtoolcache/CodeQL
|
||||||
|
sudo rm -rf /opt/hostedtoolcache/go
|
||||||
|
sudo rm -rf /opt/hostedtoolcache/node
|
||||||
|
sudo rm -rf /usr/local/share/boost
|
||||||
|
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
|
||||||
sudo docker image prune --all --force
|
sudo docker image prune --all --force
|
||||||
df -h
|
df -h
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue