Incremental increase of swap space.

This commit is contained in:
Danny Adams 2023-01-19 09:48:06 -05:00
parent 4c000c816d
commit 0cf21f6b2c

View File

@ -46,7 +46,7 @@ jobs:
- name: Set Swap Space - name: Set Swap Space
uses: pierotofy/set-swap-space@master uses: pierotofy/set-swap-space@master
with: with:
swap-size-gb: 5 swap-size-gb: 6
# 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.