summaryrefslogtreecommitdiffstats
path: root/.github/workflows/web_builds.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/web_builds.yml')
-rw-r--r--.github/workflows/web_builds.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/web_builds.yml b/.github/workflows/web_builds.yml
index de8339bf1b..add5fa8154 100644
--- a/.github/workflows/web_builds.yml
+++ b/.github/workflows/web_builds.yml
@@ -6,7 +6,7 @@ on:
env:
# Used for the cache key. Add version suffix to force clean build.
GODOT_BASE_BRANCH: master
- SCONSFLAGS: verbose=yes warnings=extra werror=yes debug_symbols=no
+ SCONSFLAGS: verbose=yes warnings=extra werror=yes debug_symbols=no use_closure_compiler=yes
EM_VERSION: 3.1.59
EM_CACHE_FOLDER: "emsdk-cache"