Updates to ci.yml
Increases swap space for build.
This commit is contained in:
parent
6b1e84732e
commit
29bb06e779
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -41,6 +41,12 @@ jobs:
|
|||||||
working-directory: src
|
working-directory: src
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
## increases swap space for beta and v.1.0
|
||||||
|
- name: Set Swap Space
|
||||||
|
uses: pierotofy/set-swap-space@master
|
||||||
|
with:
|
||||||
|
swap-size-gb: 18
|
||||||
|
|
||||||
# single setup and sum cache handling here.
|
# single setup and sum cache handling here.
|
||||||
# the results will cascade onto both testing and linting.
|
# the results will cascade onto both testing and linting.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user