We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af03c11 commit 4e3fce7Copy full SHA for 4e3fce7
ci/install-ubuntu-vcpkg.sh
@@ -2,6 +2,14 @@
2
3
set -xeu
4
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
+
13
sudo apt-get update
14
sudo apt-get install -y \
15
autoconf \
0 commit comments