Updates to the .yml for additional space.
This commit is contained in:
parent
bcd379f596
commit
68f7ac9cff
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -42,6 +42,12 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
## increases swap space for beta and v.1.0
|
||||||
|
## Only required on first library update
|
||||||
|
- 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.
|
||||||
- name: Setup Golang with cache
|
- name: Setup Golang with cache
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user