From 2839d8d6e3d984ebff61ae16db8d7def6ade782c Mon Sep 17 00:00:00 2001 From: Danny Adams Date: Thu, 26 Jan 2023 14:09:00 -0500 Subject: [PATCH] ci.yml --> remove swap space. --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f72c0326e..32acffa53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,12 +42,6 @@ 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: 12 # single setup and sum cache handling here. # the results will cascade onto both testing and linting. - name: Setup Golang with cache