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: