Skip to content

Commit 4e3fce7

Browse files
committed
Cleanup unused files in the ubuntu runner
1 parent af03c11 commit 4e3fce7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ci/install-ubuntu-vcpkg.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
set -xeu
44

5+
# Remove unused files to increase available disk space
6+
sudo rm -rf /usr/local/.ghcup
7+
sudo rm -rf /opt/hostedtoolcache/CodeQL
8+
sudo rm -rf /usr/local/lib/android/sdk/ndk
9+
sudo rm -rf /usr/share/dotnet
10+
sudo rm -rf /opt/ghc
11+
sudo rm -rf /usr/local/share/boost
12+
513
sudo apt-get update
614
sudo apt-get install -y \
715
autoconf \

0 commit comments

Comments
 (0)