mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
debugging
This commit is contained in:
parent
bd9466e0ad
commit
7eb3645a60
1 changed files with 3 additions and 0 deletions
3
.github/actions/disk_space/clean.sh
vendored
3
.github/actions/disk_space/clean.sh
vendored
|
|
@ -1,5 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -x
|
||||
|
||||
paths=(
|
||||
"/home/runner/.rustup"
|
||||
"/usr/share/dotnet"
|
||||
|
|
@ -13,6 +15,7 @@ paths=(
|
|||
"/usr/local/lib/android"
|
||||
"/usr/local/julia1.11.5"
|
||||
"/opt/ghc"
|
||||
"/opt/az"
|
||||
"/opt/microsoft"
|
||||
"/opt/hostedtoolcache"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue