From 007cad75cd7092f8383f6bfdf78069a12ab2ab2e Mon Sep 17 00:00:00 2001 From: eball Date: Thu, 18 Jul 2024 13:01:54 +0800 Subject: [PATCH] Update upload-full.yaml --- .github/workflows/upload-full.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/upload-full.yaml b/.github/workflows/upload-full.yaml index e8a4c405..bba382f8 100644 --- a/.github/workflows/upload-full.yaml +++ b/.github/workflows/upload-full.yaml @@ -43,15 +43,15 @@ jobs: runs-on: self-hosted steps: - - name: Maximize build space - uses: easimon/maximize-build-space@master - with: - root-reserve-mb: 21200 - swap-size-mb: 1024 - remove-dotnet: 'true' - remove-android: 'true' - remove-haskell: 'true' - remove-codeql: 'true' + # - name: Maximize build space + # uses: easimon/maximize-build-space@master + # with: + # root-reserve-mb: 21200 + # swap-size-mb: 1024 + # remove-dotnet: 'true' + # remove-android: 'true' + # remove-haskell: 'true' + # remove-codeql: 'true' - name: 'Checkout source code' uses: actions/checkout@v3 with: