From 62fa9739e6c6f3d94afd8ece778d0f3693d88245 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Thu, 12 May 2022 18:55:34 +0200 Subject: [PATCH] moved the swap into right place I'm just dumb lol --- .github/workflows/why2-test.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/why2-test.yml b/.github/workflows/why2-test.yml index 33d5301..05976c0 100644 --- a/.github/workflows/why2-test.yml +++ b/.github/workflows/why2-test.yml @@ -31,6 +31,12 @@ 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 }} @@ -74,12 +80,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 }}