From 68f7ac9cff75f3381acef425c31aa6a4d6b573ab Mon Sep 17 00:00:00 2001 From: Danny Adams Date: Thu, 26 Jan 2023 09:55:41 -0500 Subject: [PATCH] Updates to the .yml for additional space. --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32acffa53..f11d70711 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,6 +42,12 @@ jobs: steps: - 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. # the results will cascade onto both testing and linting. - name: Setup Golang with cache