diff --git a/.github/workflows/stable-diff-images.yaml b/.github/workflows/stable-diff-images.yaml index c2f2dbe..38d8ea3 100644 --- a/.github/workflows/stable-diff-images.yaml +++ b/.github/workflows/stable-diff-images.yaml @@ -47,10 +47,12 @@ jobs: - name: Maximize build space uses: easimon/maximize-build-space@master with: - swap-size-mb: 2048 - root-reserve-mb: 16384 + overprovision-lvm: 'true' remove-dotnet: 'true' remove-android: 'true' + remove-haskell: 'true' + remove-codeql: 'true' + remove-docker-images: 'true' - name: Checkout code uses: actions/checkout@v4