From 5aa85841297770637aa928bb76e54d8a1689adef Mon Sep 17 00:00:00 2001 From: Hong Kai LEE Date: Sun, 13 Apr 2025 12:54:19 +0800 Subject: [PATCH] Update develop.yml --- .github/workflows/develop.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index 8ca6eca..b35df11 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -16,6 +16,12 @@ jobs: contents: read packages: write steps: + - name: Maximize build space + uses: easimon/maximize-build-space@master + with: + root-reserve-mb: 512 + swap-size-mb: 1024 + remove-dotnet: 'true' - name: Check disk space run: df -h - name: Cleanup Docker resources @@ -60,6 +66,12 @@ jobs: runs-on: ubuntu-latest needs: build steps: + - name: Maximize build space + uses: easimon/maximize-build-space@master + with: + root-reserve-mb: 512 + swap-size-mb: 1024 + remove-dotnet: 'true' - name: Check disk space run: df -h - name: Checkout