Skip to content

Commit

Permalink
CI: add 12 swap
Browse files Browse the repository at this point in the history
in an attempt to fix builds with full LTO
  • Loading branch information
ghazzor authored Sep 10, 2024
1 parent 02dfbfa commit a9110dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
bash <(curl -s "https://raw.githubusercontent.com/Neutron-Toolchains/antman/main/antman") -S=11032023
echo 'Done'
- name: Set Swap Space
uses: pierotofy/set-swap-space@master
with:
swap-size-gb: 12

- name: Run build
run: |
DEVICE=${{matrix.device}} ./build.sh
Expand Down

0 comments on commit a9110dd

Please sign in to comment.