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:
Rémi Verschelde 2022-09-09 14:02:12 +02:00 committed by Relintai
parent d31fc4c13a
commit e7f63e7022

View File

@ -5,7 +5,7 @@ on: [push, pull_request]
env:
PANDEMONIUM_BASE_BRANCH: master
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"
concurrency: