Use less ram and cpu power
This commit is contained in:
@@ -30,7 +30,7 @@ jobs:
|
|||||||
run: chmod +x ./gradlew
|
run: chmod +x ./gradlew
|
||||||
|
|
||||||
- name: Build mod
|
- name: Build mod
|
||||||
run: ./gradlew build
|
run: ./gradlew build --no-daemon --max-workers=1 -Dorg.gradle.jvmargs="-Xmx1g -XX:MaxMetaspaceSize=256m"
|
||||||
|
|
||||||
- name: Read mod info
|
- name: Read mod info
|
||||||
id: mod_info
|
id: mod_info
|
||||||
|
|||||||
Reference in New Issue
Block a user