mirror of
https://github.com/love2d/love-android.git
synced 2026-08-12 00:20:57 +02:00
Change the GRADLE_OPTS to alleviate out of memory errors when compiling.
This commit is contained in:
@@ -9,7 +9,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
build_type: [Debug, Release]
|
build_type: [Debug, Release]
|
||||||
env:
|
env:
|
||||||
JAVA_OPTS: '-Xmx10G'
|
GRADLE_OPTS: "-Dorg.gradle.jvmargs='-Xmx4G'"
|
||||||
steps:
|
steps:
|
||||||
- name: Prepare Environment
|
- 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
|
run: sudo apt-get update && curl -Lo kitware-archive.sh https://apt.kitware.com/kitware-archive.sh && sudo bash ./kitware-archive.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user