builds godot
Diffstat (limited to '.github/2d-build-modules.py')
-rw-r--r--.github/2d-build-modules.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/2d-build-modules.py b/.github/2d-build-modules.py
index 1dc359e..b0481e6 100644
--- a/.github/2d-build-modules.py
+++ b/.github/2d-build-modules.py
@@ -25,7 +25,7 @@ module_gltf_enabled = "no" # gltf loading
module_gridmap_enabled = "no" # gridmap
module_hdr_enabled = "no" # hdr images
module_jpg_enabled = "no" # jpg images
-module_jsonrpc_enabled = "no" # godot/modules/jsonrpc/jsonrpc.cpp
+module_jsonrpc_enabled = "yes" # godot/modules/jsonrpc/jsonrpc.cpp (needed for editor)
module_lightmapper_rd_enabled = "no"
module_mbedtls_enabled = "no" # TLS and crypto
module_meshoptimizer_enabled = "no"