diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2024-08-08 11:17:35 +0200 |
|---|---|---|
| committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-08-08 11:17:35 +0200 |
| commit | d32a10897ddbccc50be2d535fb89d2ab87e45a09 (patch) | |
| tree | 677e1ee660bf7881b675ca14e3f741b59ed9d24e /.github/workflows | |
| parent | 03afb92efa18874da19f7fc185a32c005d20aa1d (diff) | |
| download | redot-engine-d32a10897ddbccc50be2d535fb89d2ab87e45a09.tar.gz | |
CI: Update Emscripten to 3.1.64
This is the version we're using for 4.3-stable.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/web_builds.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/web_builds.yml b/.github/workflows/web_builds.yml index add5fa8154..d3a6b5b8b8 100644 --- a/.github/workflows/web_builds.yml +++ b/.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: |
