Skip to content

Commit 0cc6f10

Browse files
committed
CI: Fix macOS build
1 parent 32c3e92 commit 0cc6f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
env:
5858
CC: clang
5959
CXX: clang++
60-
CXXFLAGS: -Werror -Wall -pedantic
60+
CXXFLAGS: -Werror -Wall -pedantic -Wno-nullability-extension
6161
BUILD_TYPE: Debug
6262
steps:
6363
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)