CI: Fix macOS build

This commit is contained in:
Jochen Topf 2025-12-03 09:20:32 +01:00
parent 32c3e92166
commit 0cc6f10fcf
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ jobs:
env: env:
CC: clang CC: clang
CXX: clang++ CXX: clang++
CXXFLAGS: -Werror -Wall -pedantic CXXFLAGS: -Werror -Wall -pedantic -Wno-nullability-extension
BUILD_TYPE: Debug BUILD_TYPE: Debug
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4