Also disable werrors for the macos github action.

This commit is contained in:
Relintai 2022-03-16 11:57:43 +01:00
parent fd00db459c
commit 2df1a744dc

View File

@ -2,9 +2,11 @@ name: 🍎 macOS Builds
on: [push, pull_request] on: [push, pull_request]
# Global Settings # Global Settings
# disable werrors for now
# werror=yes
env: env:
GODOT_BASE_BRANCH: 3.x GODOT_BASE_BRANCH: 3.x
SCONSFLAGS: verbose=yes warnings=all werror=yes debug_symbols=no SCONSFLAGS: verbose=yes warnings=all debug_symbols=no
concurrency: concurrency:
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-macos group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-macos