Skip to content

Commit 7fd6492

Browse files
committed
Workaround Java out of memory error.
1 parent 8b72016 commit 7fd6492

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
strategy:
99
matrix:
1010
build_type: [Debug, Release]
11+
env:
12+
JAVA_OPTS: '-Xmx10G'
1113
steps:
1214
- name: Prepare Environment
1315
run: sudo apt-get update && curl -Lo kitware-archive.sh https://apt.kitware.com/kitware-archive.sh && sudo bash ./kitware-archive.sh
@@ -62,4 +64,4 @@ jobs:
6264
uses: actions/upload-artifact@v4
6365
with:
6466
name: love-android-unstripped-debugsyms-${{ matrix.build_type }}
65-
path: love/build/intermediates/cxx
67+
path: app/build/intermediates/cxx

0 commit comments

Comments
 (0)