From f33167d765a666064a5ed7a2ce3ba150a9e152e0 Mon Sep 17 00:00:00 2001 From: Danny Adams Date: Wed, 25 Jan 2023 17:21:47 -0500 Subject: [PATCH] Updates to .github/workflows/ci.yml Removal of swap space from ci workflow. --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae979918d..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 msgraph-beta-sdk-go - - 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