From dfc4f0daef0b7fac0f8e87694464bc4d0badf581 Mon Sep 17 00:00:00 2001 From: Mason Malone Date: Tue, 24 Sep 2024 22:18:22 -0700 Subject: [PATCH] ci: maximize disk space Signed-off-by: Mason Malone --- .github/workflows/ci-build.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index 2ee4463c23a8..224756c725f9 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -240,6 +240,13 @@ jobs: profile: minimal use-api: false steps: + - name: Maximize build space + uses: AdityaGarg8/remove-unwanted-software@8831c82abf29b34eb2caac48d5f999ecfc0d8eef + with: + remove-dotnet: 'true' + remove-android: 'true' + remove-haskell: 'true' + remove-codeql: 'true' - name: Install socat (needed by Kubernetes) run: sudo apt-get -y install socat - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1