diff --git a/.github/actions/disk_space/clean.sh b/.github/actions/disk_space/clean.sh index e6fb5e8..25c9352 100755 --- a/.github/actions/disk_space/clean.sh +++ b/.github/actions/disk_space/clean.sh @@ -3,21 +3,21 @@ set -x paths=( - "/home/runner/.rustup" - "/usr/share/dotnet" - "/usr/share/swift" - "/usr/share/miniconda" - "/usr/lib/jvm" - "/usr/lib/llvm-*" - "/usr/lib/google-cloud-sdk" - "/usr/local/.ghcup" - "/usr/local/share/chromium" - "/usr/local/lib/android" - "/usr/local/julia1.11.5" - "/opt/ghc" - "/opt/az" - "/opt/microsoft" - "/opt/hostedtoolcache" + /home/runner/.rustup + /usr/share/dotnet + /usr/share/swift + /usr/share/miniconda + /usr/lib/jvm + /usr/lib/llvm-* + /usr/lib/google-cloud-sdk + /usr/local/.ghcup + /usr/local/share/chromium + /usr/local/lib/android + /usr/local/julia1.11.5 + /opt/ghc + /opt/az + /opt/microsoft + /opt/hostedtoolcache ) sudo rm -rf "${paths[@]}"