From be0bd911b70fe3d510b3466c781b00c33e93de2f Mon Sep 17 00:00:00 2001 From: Mark Bundschuh Date: Sat, 14 Oct 2023 19:10:57 -0400 Subject: [PATCH] remove maximize build space --- .github/workflows/build.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 182ba6d..4da259a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -14,16 +14,16 @@ jobs: packages: write id-token: write steps: - - name: Maximize build space - uses: easimon/maximize-build-space@master - with: - root-reserve-mb: 512 - swap-size-mb: 1024 - remove-dotnet: "true" - remove-android: "true" - remove-haskell: "true" - remove-codeql: "true" - remove-docker-images: "true" + # - name: Maximize build space + # uses: easimon/maximize-build-space@master + # with: + # root-reserve-mb: 512 + # swap-size-mb: 1024 + # remove-dotnet: "true" + # remove-android: "true" + # remove-haskell: "true" + # remove-codeql: "true" + # remove-docker-images: "true" - name: Checkout uses: actions/checkout@v3