summaryrefslogtreecommitdiff
path: root/.github/workflows/windows_builds.yml
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2020-12-29 12:48:08 +0100
committerGitHub <noreply@github.com>2020-12-29 12:48:08 +0100
commit45b2628348c34b55a7ad43c472a894571fdfe3f4 (patch)
treeab728beb464d9689e7f75bd638847e16a00cd9a7 /.github/workflows/windows_builds.yml
parentedccc0bbdffe3175e41358e4d85bcd50b6f04d8e (diff)
parent456acda57a8e53ff41425a6c07752d29a659c3ac (diff)
Merge pull request #44789 from akien-mga/ci-textserver-fb
CI: Force building TextServer fallback
Diffstat (limited to '.github/workflows/windows_builds.yml')
-rw-r--r--.github/workflows/windows_builds.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows_builds.yml b/.github/workflows/windows_builds.yml
index e8f3d3d297..b9bf510c71 100644
--- a/.github/workflows/windows_builds.yml
+++ b/.github/workflows/windows_builds.yml
@@ -5,7 +5,7 @@ on: [push, pull_request]
# SCONS_CACHE for windows must be set in the build environment
env:
GODOT_BASE_BRANCH: master
- SCONSFLAGS: platform=windows verbose=yes warnings=all werror=yes --jobs=2
+ SCONSFLAGS: platform=windows verbose=yes warnings=all werror=yes --jobs=2 module_text_server_fb_enabled=yes
SCONS_CACHE_MSVC_CONFIG: true
SCONS_CACHE_LIMIT: 3072