diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e5ebaf..8222712 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,13 @@ jobs: python-version: ["3.11"] os: [linux, darwin] steps: + - name: Free Disk Space + if: matrix.os == 'linux' + uses: jlumbroso/free-disk-space@main + with: + android: true + dotnet: true + haskell: true - uses: actions/checkout@v4 name: Checkout code