ci.yml --> remove swap space.

This commit is contained in:
Danny Adams 2023-01-26 14:09:00 -05:00
parent 05c3216f08
commit 2839d8d6e3

View File

@ -42,12 +42,6 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - 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. # single setup and sum cache handling here.
# the results will cascade onto both testing and linting. # the results will cascade onto both testing and linting.
- name: Setup Golang with cache - name: Setup Golang with cache