Skip to content

Commit

Permalink
Merge pull request #342 from eqlabs/tune_swap_back
Browse files Browse the repository at this point in the history
ci: revert swap back to 10GB
  • Loading branch information
Joonas Koivunen committed Jun 6, 2022
2 parents e39322d + 1ff04b9 commit 4c7018a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set Swap Space
uses: pierotofy/set-swap-space@v1.0
with:
swap-size-gb: 14
swap-size-gb: 10
- name: Checkout sources
uses: actions/checkout@v2
- name: Set up QEMU
Expand Down

0 comments on commit 4c7018a

Please sign in to comment.