Update flag

This commit is contained in:
Waqar Ahmed Khan
2022-11-03 11:52:14 -07:00
parent 33c71ee550
commit 092a2ef750
+2 -2
View File
@@ -38,8 +38,8 @@ jobs:
- name: Build for PHP 5.5
env:
CC: clang --cc="-Wno-error"
CXX: clang++ --cc="-Wno-error"
CC: clang -Wno-error
CXX: clang++ -Wno-error
run: |
phpize
./configure