mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
array expansion
This commit is contained in:
parent
7eb3645a60
commit
e23efc0d85
1 changed files with 15 additions and 15 deletions
30
.github/actions/disk_space/clean.sh
vendored
30
.github/actions/disk_space/clean.sh
vendored
|
|
@ -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[@]}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue