diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2020-12-29 12:48:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-29 12:48:08 +0100 |
commit | 45b2628348c34b55a7ad43c472a894571fdfe3f4 (patch) | |
tree | ab728beb464d9689e7f75bd638847e16a00cd9a7 /.github/workflows/windows_builds.yml | |
parent | edccc0bbdffe3175e41358e4d85bcd50b6f04d8e (diff) | |
parent | 456acda57a8e53ff41425a6c07752d29a659c3ac (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.yml | 2 |
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 |