Skip to content

Commit

Permalink
Workaround Java out of memory error.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuAuahDark committed Feb 23, 2024
1 parent 8b72016 commit 7fd6492
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
strategy:
matrix:
build_type: [Debug, Release]
env:
JAVA_OPTS: '-Xmx10G'
steps:
- name: Prepare Environment
run: sudo apt-get update && curl -Lo kitware-archive.sh https://apt.kitware.com/kitware-archive.sh && sudo bash ./kitware-archive.sh
Expand Down Expand Up @@ -62,4 +64,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: love-android-unstripped-debugsyms-${{ matrix.build_type }}
path: love/build/intermediates/cxx
path: app/build/intermediates/cxx

0 comments on commit 7fd6492

Please sign in to comment.