debugging

This commit is contained in:
Tyler Mayoff 2025-07-04 22:33:05 -04:00
parent bd9466e0ad
commit 7eb3645a60

View file

@ -1,5 +1,7 @@
#!/bin/bash #!/bin/bash
set -x
paths=( paths=(
"/home/runner/.rustup" "/home/runner/.rustup"
"/usr/share/dotnet" "/usr/share/dotnet"
@ -13,6 +15,7 @@ paths=(
"/usr/local/lib/android" "/usr/local/lib/android"
"/usr/local/julia1.11.5" "/usr/local/julia1.11.5"
"/opt/ghc" "/opt/ghc"
"/opt/az"
"/opt/microsoft" "/opt/microsoft"
"/opt/hostedtoolcache" "/opt/hostedtoolcache"
) )