Skip to content

Commit

Permalink
Move up setting of swap
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainThrowback authored Feb 15, 2024
1 parent 70dde80 commit 0969616
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/Recovery Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 0969616

Please sign in to comment.