From 0802e97d563e74ca065e502aeaebc0b7fc04da69 Mon Sep 17 00:00:00 2001 From: Danny Date: Thu, 19 Jan 2023 10:53:49 -0500 Subject: [PATCH] Update ci.yml Troubleshooting passed 8 GB. --- .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 9798f4a5d..ac01fe55b 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: 8 + swap-size-gb: 12 # single setup and sum cache handling here. # the results will cascade onto both testing and linting.