diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index edb4e92a..d28c52bc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -65,6 +65,15 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be + with: + tool-cache: false + android: true + dotnet: true + haskell: true + large-packages: true + docker-images: true - name: Checkout this repo uses: actions/checkout@v4 - name: Install Nix