Workaround Java out of memory error.

This commit is contained in:
Miku AuahDark
2024-02-23 13:24:22 +08:00
parent 8b72016703
commit 7fd649271a
+3 -1
View File
@@ -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
@@ -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