1
0

ci: remove setup.sh

This commit is contained in:
2024-02-22 10:09:00 +00:00
parent 7b7c01ac8a
commit e203229f00
2 changed files with 0 additions and 55 deletions

View File

@ -1,23 +0,0 @@
#!/usr/bin/env bash
set -eu
id
df -h
sudo systemd-run --wait rm -rf \
/usr/share/az* \
/usr/share/dotnet \
/usr/share/gradle* \
/usr/share/miniconda \
/usr/share/swift \
/var/lib/gems \
/var/lib/mysql \
/var/lib/snapd \
/opt/hostedtoolcache/CodeQL \
/opt/hostedtoolcache/Java_Temurin-Hotspot_jdk
sudo fstrim /
df -h