Re-enable werror=yes in the javascript github action.

This commit is contained in:
Relintai 2023-04-16 15:54:22 +02:00
parent 326bd9a1e9
commit 1fc3c67ab5

View File

@ -4,8 +4,7 @@ on: [push, pull_request]
# Global Settings
env:
PANDEMONIUM_BASE_BRANCH: master
#werror=yes
SCONSFLAGS: verbose=yes warnings=all debug_symbols=no
SCONSFLAGS: verbose=yes warnings=all debug_symbols=no werror=yes
EM_VERSION: 3.1.18
EM_CACHE_FOLDER: "emsdk-cache"