diff --git a/.github/workflows/compile.yaml b/.github/workflows/compile.yaml index 018b227049d46..fe18f128f552a 100644 --- a/.github/workflows/compile.yaml +++ b/.github/workflows/compile.yaml @@ -13,6 +13,17 @@ jobs: env: OCI_TARGET_BASE: "ghcr.io/${{ github.repository }}/" # This is picked up by the Docker launcher automatically steps: + - name: Get more space + uses: easimon/maximize-build-space@master + with: + root-reserve-mb: 1024 + temp-reserve-mb: 4096 + swap-size-mb: 1024 + remove-dotnet: 'true' + remove-android: 'true' + remove-haskell: 'true' + remove-codeql: 'true' + remove-docker-images: 'true' # Login to ghcr.io, for later uploading rootfs to ghcr.io - name: Docker Login to GitHub Container Registry uses: docker/login-action@v3