diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-05-10 12:06:09 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-05-10 13:03:13 +0200 |
commit | f07021fbeb7d91011c1534702042697d246551ac (patch) | |
tree | 684aaa31ae01d5e1a2066550fbc6ea009984bc33 /.github | |
parent | d8935b27a9af8a6484d271a5b4ebc967a9d0a36f (diff) |
CI: Update Emscripten to 3.1.10
That's the version that we'll (tentatively) use for future 3.x and 4.0
builds.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/javascript_builds.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/javascript_builds.yml b/.github/workflows/javascript_builds.yml index 395dfdd7f5..00c79e8ba0 100644 --- a/.github/workflows/javascript_builds.yml +++ b/.github/workflows/javascript_builds.yml @@ -6,7 +6,7 @@ env: # Only used for the cache key. Increment version to force clean build. GODOT_BASE_BRANCH: master SCONSFLAGS: verbose=yes warnings=extra werror=yes debug_symbols=no - EM_VERSION: 2.0.27 + EM_VERSION: 3.1.10 EM_CACHE_FOLDER: "emsdk-cache" concurrency: |