mirror of
https://github.com/DeterminateSystems/ci.git
synced 2025-06-14 13:29:13 +02:00
add check for if linux to the macimize build space step
This commit is contained in:
parent
97b83c042e
commit
afa1efb903
1 changed files with 1 additions and 0 deletions
1
.github/workflows/workflow.yml
vendored
1
.github/workflows/workflow.yml
vendored
|
@ -126,6 +126,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Maximize build space
|
- name: Maximize build space
|
||||||
uses: easimon/maximize-build-space@master
|
uses: easimon/maximize-build-space@master
|
||||||
|
if: runner.os == 'Linux'
|
||||||
with:
|
with:
|
||||||
root-reserve-mb: 512
|
root-reserve-mb: 512
|
||||||
swap-size-mb: 1024
|
swap-size-mb: 1024
|
||||||
|
|
Loading…
Add table
Reference in a new issue