mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-05 23:41:44 +00:00
Update ci-ifcopenshell-conda-daily.yml
remove dotnet to save space on ubuntu runner
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user