Skip to content

Commit

Permalink
updated emscripten to 3.1.63
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriySalnikov committed Jul 20, 2024
1 parent 0c5f621 commit f57c91e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gdextension_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:
target: [template_debug, template_release]

env:
EM_VERSION: 3.1.39
EM_VERSION: 3.1.63

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
additional: lto=yes

env:
EM_VERSION: 3.1.39
EM_VERSION: 3.1.63
# Faster build, but bigger library size (726KB vs 680KB)
FORCE_DISABLE_UNITY: no
SCONS_CACHE: ${{github.workspace}}/.scons-cache/
Expand Down

0 comments on commit f57c91e

Please sign in to comment.