mirror of
https://github.com/DeterminateSystems/ci.git
synced 2025-05-18 00:29:23 +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:
|
||||
- name: Maximize build space
|
||||
uses: easimon/maximize-build-space@master
|
||||
if: runner.os == 'Linux'
|
||||
with:
|
||||
root-reserve-mb: 512
|
||||
swap-size-mb: 1024
|
||||
|
|
Loading…
Add table
Reference in a new issue