From 29bb06e779eae08710d51f2a6fb7c24cbad54649 Mon Sep 17 00:00:00 2001 From: Danny Adams Date: Thu, 19 Jan 2023 09:37:49 -0500 Subject: [PATCH] Updates to ci.yml Increases swap space for build. --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 035c3ee4d..fa4dbece1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,12 @@ jobs: working-directory: src steps: - 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. # the results will cascade onto both testing and linting.