update clang

This commit is contained in:
Waqar Ahmed Khan
2022-11-03 11:47:20 -07:00
parent b48dd541be
commit 33c71ee550
+6 -6
View File
@@ -38,11 +38,11 @@ jobs:
- name: Build for PHP 5.5 - name: Build for PHP 5.5
env: env:
CC: clang CC: clang --cc="-Wno-error"
CXX: clang++ CXX: clang++ --cc="-Wno-error"
run: | run: |
phpize phpize
./configure CC="-Wno-error" ./configure
make make
php-linux-x64: php-linux-x64:
@@ -76,11 +76,11 @@ jobs:
- name: Run tests - name: Run tests
env: env:
CC: clang CC: clang --cc="-Wno-error"
CXX: clang++ CXX: clang++ --cc="-Wno-error"
run: | run: |
phpize phpize
./configure CC="-Wno-error" ./configure
make make
make test make test