diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index d3694a5..d5d1ea9 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -7,6 +7,12 @@ jobs: build: runs-on: ubuntu-latest steps: + - name: Maximize build space + uses: easimon/maximize-build-space@master + with: + root-reserve-mb: 512 + swap-size-mb: 1024 + remove-dotnet: 'true' - name: Checkout uses: actions/checkout@v4