Skip to content

Commit

Permalink
Ci: use 30 GB swap space
Browse files Browse the repository at this point in the history
This is really needed , cuz lto with inline has insane  mem usage
  • Loading branch information
ghazzor authored Jan 22, 2025
1 parent ff21f94 commit 743f8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Set Swap Space
uses: pierotofy/set-swap-space@master
with:
swap-size-gb: 16
swap-size-gb: 30

- name: Run build
run: |
Expand Down

0 comments on commit 743f8e5

Please sign in to comment.