From d070efe75cdf3fcd17fb16c218040f52dc0778b6 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Fri, 13 May 2022 17:58:34 +0200 Subject: [PATCH] removed the github ci swap step --- .github/workflows/why2-test.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/why2-test.yml b/.github/workflows/why2-test.yml index cadc451..44b57ba 100644 --- a/.github/workflows/why2-test.yml +++ b/.github/workflows/why2-test.yml @@ -31,12 +31,6 @@ jobs: sudo apt update sudo apt upgrade - - if: matrix.os == 'ubuntu-latest' - name: Setup SWAP - uses: pierotofy/set-swap-space@master - with: - swap-size-gb: 10 - - name: Permissions run: | chmod +x ${{ matrix.configure }}