mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-04-08 13:01:49 +02:00
CI: Downgrade Emscripten to 3.1.18
Emscripten 3.1.19 and 3.1.20 have a showstopping regression that breaks calling our main function for the editor build. (cherry picked from commit b353336037af684c2f1455c5e1f4cd649dbc0064)
This commit is contained in:
parent
d31fc4c13a
commit
e7f63e7022
2
.github/workflows/javascript_builds.yml
vendored
2
.github/workflows/javascript_builds.yml
vendored
@ -5,7 +5,7 @@ on: [push, pull_request]
|
|||||||
env:
|
env:
|
||||||
PANDEMONIUM_BASE_BRANCH: master
|
PANDEMONIUM_BASE_BRANCH: master
|
||||||
SCONSFLAGS: verbose=yes warnings=all debug_symbols=no werror=yes
|
SCONSFLAGS: verbose=yes warnings=all debug_symbols=no werror=yes
|
||||||
EM_VERSION: 3.1.20
|
EM_VERSION: 3.1.18
|
||||||
EM_CACHE_FOLDER: "emsdk-cache"
|
EM_CACHE_FOLDER: "emsdk-cache"
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
|
Loading…
Reference in New Issue
Block a user