I meant to disable werror=yes.

This commit is contained in:
Relintai 2022-09-17 01:00:06 +02:00
parent d1877206a1
commit 3bb2706eb0

View File

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