diff --git a/.github/workflows/ios_builds.yml b/.github/workflows/ios_builds.yml index a489eeece..f11dc69a5 100644 --- a/.github/workflows/ios_builds.yml +++ b/.github/workflows/ios_builds.yml @@ -2,9 +2,10 @@ name: 🍏 iOS Builds on: [push, pull_request] # Global Settings +# werror=yes -> TODO move from sprintf() to snprintf() due to deprecation, so this can be re-enabled. env: PANDEMONIUM_BASE_BRANCH: master - SCONSFLAGS: verbose=yes warnings=all debug_symbols=no werror=yes + SCONSFLAGS: verbose=yes warnings=all debug_symbols=no concurrency: group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-ios