Temporarily disable werror=yes in the ios github action.

This commit is contained in:
Relintai 2022-10-31 10:52:57 +01:00
parent 44f66b5106
commit 5f7eaa25d7

View File

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