From 3495539a684c955e0ce539af19f13cc5e621ecb1 Mon Sep 17 00:00:00 2001 From: Pau RE Date: Tue, 13 Feb 2024 18:36:27 +0100 Subject: [PATCH] Increase github actions available disk space --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fea0747..83e9d13 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -149,6 +149,11 @@ jobs: runs-on: ubuntu-22.04 environment: docker.io steps: + # Increase available disk space by removing unnecessary tool chains: + # https://github.com/actions/runner-images/issues/2840#issuecomment-790492173 + - name: Increase available disk space + run: sudo rm -rf /usr/share/dotnet /opt/ghc /usr/local/share/boost "$AGENT_TOOLSDIRECTORY" + - uses: actions/checkout@v3 - name: Set up QEMU