Use less ram and cpu power
Some checks failed
Build Minecraft Mod / build (push) Successful in 3m49s
Build Minecraft Mod / release (push) Failing after 12s

This commit is contained in:
2026-03-31 14:47:22 +00:00
parent 539e4ad637
commit 20027a974a

View File

@@ -30,7 +30,7 @@ jobs:
run: chmod +x ./gradlew
- 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
id: mod_info