Skip to content

Commit 5bcd17f

Browse files
committed
Remove AGENT_TOOLSDIRECTORY cleanup from disk space script
Keep pre-installed tools as workflows may depend on them
1 parent df08691 commit 5bcd17f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/scripts/free-disk-space.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ sudo rm -rf /usr/share/dotnet
99
sudo rm -rf /usr/local/share/powershell
1010
sudo rm -rf /usr/local/lib/android
1111
sudo rm -rf /opt/ghc
12-
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
1312

1413
echo "=== Disk usage after cleanup ==="
1514
df -h

0 commit comments

Comments
 (0)