mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-21 16:37:20 +01:00
Temporarily disable werror=yes in the ios github action.
This commit is contained in:
parent
44f66b5106
commit
5f7eaa25d7
3
.github/workflows/ios_builds.yml
vendored
3
.github/workflows/ios_builds.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user