Update flag

This commit is contained in:
Waqar Ahmed Khan
2022-11-03 11:43:44 -07:00
parent 714a16bef5
commit b48dd541be
+2 -2
View File
@@ -42,7 +42,7 @@ jobs:
CXX: clang++ CXX: clang++
run: | run: |
phpize phpize
./configure --cc="-Wno-error" ./configure CC="-Wno-error"
make make
php-linux-x64: php-linux-x64:
@@ -80,7 +80,7 @@ jobs:
CXX: clang++ CXX: clang++
run: | run: |
phpize phpize
./configure --cc="-Wno-error" ./configure CC="-Wno-error"
make make
make test make test