From ceeb8c8148d1767e48a0cddee4912163c9cc7cfd Mon Sep 17 00:00:00 2001 From: xopenwrt <98641952+xopenwrt@users.noreply.github.com> Date: Thu, 13 Jul 2023 00:01:40 +0800 Subject: [PATCH] fix bug --- .github/workflows/X-x86_64_X_Mine.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/X-x86_64_X_Mine.yml b/.github/workflows/X-x86_64_X_Mine.yml index e79d923..09d8415 100644 --- a/.github/workflows/X-x86_64_X_Mine.yml +++ b/.github/workflows/X-x86_64_X_Mine.yml @@ -76,14 +76,14 @@ jobs: sudo -E apt-get clean fi - - name: Maximize Build Space - uses: easimon/maximize-build-space@master - with: - root-reserve-mb: 3500 - swap-size-mb: 100 - remove-dotnet: 'true' - remove-android: 'true' - remove-haskell: 'true' + # - name: Maximize Build Space + # uses: easimon/maximize-build-space@master + # with: + # root-reserve-mb: 3500 + # swap-size-mb: 100 + # remove-dotnet: 'true' + # remove-android: 'true' + # remove-haskell: 'true' - name: Checkout uses: actions/checkout@main