From c0112d917ed1d1fbca303f854e52e5af8f9d4111 Mon Sep 17 00:00:00 2001 From: Danny Adams Date: Fri, 20 Jan 2023 11:21:35 -0500 Subject: [PATCH] Revert back to original ci.yml. --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac01fe55b..a685d5e03 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 - - 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