Merge pull request #40914 from akien-mga/3.2-ci-emscripten-1.39.20
CI: Pin Emscripten version to 1.39.20 to fix regression
This commit is contained in:
commit
23b553ba06
1 changed files with 1 additions and 1 deletions
2
.github/workflows/javascript_builds.yml
vendored
2
.github/workflows/javascript_builds.yml
vendored
|
@ -5,7 +5,7 @@ on: [push, pull_request]
|
||||||
env:
|
env:
|
||||||
GODOT_BASE_BRANCH: 3.2
|
GODOT_BASE_BRANCH: 3.2
|
||||||
SCONS_CACHE_LIMIT: 4096
|
SCONS_CACHE_LIMIT: 4096
|
||||||
EM_VERSION: latest
|
EM_VERSION: 1.39.20
|
||||||
EM_CACHE_FOLDER: 'emsdk-cache'
|
EM_CACHE_FOLDER: 'emsdk-cache'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in a new issue