From 0cf21f6b2c56ea24fc8dae4561004561ba28825f Mon Sep 17 00:00:00 2001 From: Danny Adams Date: Thu, 19 Jan 2023 09:48:06 -0500 Subject: [PATCH] Incremental increase of swap space. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b42f06b93..2e8d3bf4c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: - name: Set Swap Space uses: pierotofy/set-swap-space@master with: - swap-size-gb: 5 + swap-size-gb: 6 # single setup and sum cache handling here. # the results will cascade onto both testing and linting.