Skip to content

Commit

Permalink
builder: yml: Added more swap size.
Browse files Browse the repository at this point in the history
* Increase build time, a bit faster, just a lil bit.

Signed-off-by: Carlo Dandan <carlodandan.personal@proton.me>
  • Loading branch information
carlodandan committed Aug 10, 2024
1 parent 1e5ab77 commit bc5f38d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Recovery-Builder-PBRP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Set Swap Space
uses: pierotofy/set-swap-space@master
with:
swap-size-gb: 12
swap-size-gb: 24

- name: Prepare the environment
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Recovery-Builder-TWRP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Set Swap Space
uses: pierotofy/set-swap-space@master
with:
swap-size-gb: 12
swap-size-gb: 24

- name: Prepare the environment
run: |
Expand Down

0 comments on commit bc5f38d

Please sign in to comment.