From 80ecc32f332bbbc6f7c71d4746d196014de48e49 Mon Sep 17 00:00:00 2001 From: xopenwrt <98641952+xopenwrt@users.noreply.github.com> Date: Wed, 14 Sep 2022 14:46:47 +0800 Subject: [PATCH] Max Build Space --- .github/workflows/X-x86_64_X.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/X-x86_64_X.yml b/.github/workflows/X-x86_64_X.yml index ab80370..49f5bb3 100644 --- a/.github/workflows/X-x86_64_X.yml +++ b/.github/workflows/X-x86_64_X.yml @@ -62,15 +62,6 @@ jobs: Compile: runs-on: ubuntu-20.04 steps: - - name: Maximize Build Space - uses: easimon/maximize-build-space@master - with: - root-reserve-mb: 5120 - swap-size-mb: 512 - remove-dotnet: 'true' - remove-android: 'true' - remove-haskell: 'true' - - name: Get current date & Set env id: date run: | @@ -140,6 +131,15 @@ jobs: sudo -E apt-get clean fi + - name: Maximize Build Space + uses: easimon/maximize-build-space@master + with: + root-reserve-mb: 512 + swap-size-mb: 0 + remove-dotnet: 'true' + remove-android: 'true' + remove-haskell: 'true' + - name: Clone Openwrt Source Code run: | git clone -b $REPO_BRANCH $REPO_URL openwrt