From 0ad4087f0a04f236dbeb2d493df4ab6d67f6adcd Mon Sep 17 00:00:00 2001 From: Kristoffer Andersen Date: Sun, 11 May 2025 19:28:12 +0200 Subject: [PATCH] Update ci-ifcopenshell-conda-daily.yml remove dotnet to save space on ubuntu runner --- .github/workflows/ci-ifcopenshell-conda-daily.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-ifcopenshell-conda-daily.yml b/.github/workflows/ci-ifcopenshell-conda-daily.yml index 2a4134f47d..6e3011a135 100644 --- a/.github/workflows/ci-ifcopenshell-conda-daily.yml +++ b/.github/workflows/ci-ifcopenshell-conda-daily.yml @@ -60,7 +60,11 @@ jobs: steps: - name: Maximize build space if: runner.os == 'Linux' - uses: easimon/maximize-build-space@master + uses: easimon/maximize-build-space@master # https://github.com/easimon/maximize-build-space + with: + root-reserve-mb: 512 + swap-size-mb: 2024 + remove-dotnet: 'true' - uses: actions/checkout@v4 with: