mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-06 07:51:47 +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:
|
steps:
|
||||||
- name: Maximize build space
|
- name: Maximize build space
|
||||||
if: runner.os == 'Linux'
|
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
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user