diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b66da21..03cf592 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: CXX: clang++ run: | phpize - ./configure + ./configure --cc-opt="-Wno-error" make php-linux-x64: @@ -80,7 +80,7 @@ jobs: CXX: clang++ run: | phpize - ./configure + ./configure --cc-opt="-Wno-error" make make test