|
@@ -488,7 +488,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 -Lfo kitware-archive.sh https://apt.kitware.com/kitware-archive.sh && sudo bash ./kitware-archive.sh
|
|
run: sudo apt-get update && curl -Lfo kitware-archive.sh https://apt.kitware.com/kitware-archive.sh && sudo bash ./kitware-archive.sh
|