From 5f7eaa25d70e832012d1a9b5643aaac2d4c7dd06 Mon Sep 17 00:00:00 2001 From: Relintai Date: Mon, 31 Oct 2022 10:52:57 +0100 Subject: [PATCH] Temporarily disable werror=yes in the ios github action. --- .github/workflows/ios_builds.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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