Temporarily disable warnings=all for the javascript github action.

This commit is contained in:
Relintai 2022-09-17 00:57:11 +02:00
parent d6872e8e09
commit d1877206a1

View File

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