CI: Fix macOS build
This commit is contained in:
parent
32c3e92166
commit
0cc6f10fcf
|
|
@ -57,7 +57,7 @@ jobs:
|
|||
env:
|
||||
CC: clang
|
||||
CXX: clang++
|
||||
CXXFLAGS: -Werror -Wall -pedantic
|
||||
CXXFLAGS: -Werror -Wall -pedantic -Wno-nullability-extension
|
||||
BUILD_TYPE: Debug
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Reference in New Issue