From 36aaac727bc251742ea12fd7e4b3bda58196fdb9 Mon Sep 17 00:00:00 2001 From: Helen Oleynikova Date: Mon, 14 Aug 2023 15:30:16 +0200 Subject: [PATCH] Remove maximizing build space since it seems to mess stuff up. --- .github/workflows/cd.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 1b99c1f7..308cc181 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -20,12 +20,6 @@ jobs: dockerfile: [dev, robot, demo] runs-on: ubuntu-latest steps: - - name: Maximize build space - uses: easimon/maximize-build-space@v7 - with: - root-reserve-mb: 512 - swap-size-mb: 1024 - remove-dotnet: 'true' - name: Check out moma repo uses: actions/checkout@v3 with: