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: |