From f5c1222cdc0476374449ffd4839644cf95beed74 Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Mon, 7 Jul 2025 21:17:45 -0400 Subject: [PATCH] sudo --- .github/actions/disk_space/clean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/disk_space/clean.sh b/.github/actions/disk_space/clean.sh index 6bc2564..2852c33 100755 --- a/.github/actions/disk_space/clean.sh +++ b/.github/actions/disk_space/clean.sh @@ -26,7 +26,7 @@ paths=( /etc/skel/.rustup ) -mkdir /empty +sudo mkdir /empty for p in "${paths[@]}" do