浏览代码

CI: Update Emscripten to 3.1.64

This is the version we're using for 4.3-stable.
Rémi Verschelde 11 月之前
父节点
当前提交
d32a10897d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/web_builds.yml

+ 1 - 1
.github/workflows/web_builds.yml

@@ -7,7 +7,7 @@ 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 use_closure_compiler=yes
-  EM_VERSION: 3.1.59
+  EM_VERSION: 3.1.64
   EM_CACHE_FOLDER: "emsdk-cache"
 
 concurrency: