From 096961633258536cebc5925effabdb9917bf8fe6 Mon Sep 17 00:00:00 2001 From: Captain Throwback Date: Thu, 15 Feb 2024 02:03:35 -0500 Subject: [PATCH] Move up setting of swap --- .github/workflows/Recovery Build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/Recovery Build.yml b/.github/workflows/Recovery Build.yml index d533c9990..486dfccb3 100644 --- a/.github/workflows/Recovery Build.yml +++ b/.github/workflows/Recovery Build.yml @@ -70,6 +70,11 @@ jobs: uses: rokibhasansagar/slimhub_actions@main # That's it! Now use your normal steps + - name: Set Swap Space + uses: pierotofy/set-swap-space@master + with: + swap-size-gb: 24 + - name: Prepare the environment run: | sudo apt update @@ -167,11 +172,6 @@ jobs: working-directory: workspace continue-on-error: true - - name: Set Swap Space - uses: pierotofy/set-swap-space@master - with: - swap-size-gb: 24 - - name: Repopick Gerrit patches if: inputs.REPOPICK_PATCHES != null run: |