mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-23 17:47:17 +01:00
Temporarily disable warnings=all for the javascript github action.
This commit is contained in:
parent
d6872e8e09
commit
d1877206a1
3
.github/workflows/javascript_builds.yml
vendored
3
.github/workflows/javascript_builds.yml
vendored
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user