diff --git a/.github/workflows/windows_builds.yml b/.github/workflows/windows_builds.yml index 978824154..6b4d7eaca 100644 --- a/.github/workflows/windows_builds.yml +++ b/.github/workflows/windows_builds.yml @@ -3,9 +3,10 @@ on: [push, pull_request] # Global Settings # SCONS_CACHE for windows must be set in the build environment +#werror=yes env: PANDEMONIUM_BASE_BRANCH: master - SCONSFLAGS: verbose=yes warnings=all werror=yes debug_symbols=no + SCONSFLAGS: verbose=yes warnings=all debug_symbols=no SCONS_CACHE_MSVC_CONFIG: true concurrency: