Update ci-ifcopenshell-conda-daily.yml

remove dotnet to save space on ubuntu runner
This commit is contained in:
Kristoffer Andersen
2025-05-11 19:28:12 +02:00
committed by GitHub
parent 4b7ca648c6
commit 0ad4087f0a
@@ -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: