mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 01:57:13 +00:00
update clang
This commit is contained in:
@@ -76,8 +76,8 @@ jobs:
|
||||
|
||||
- name: Run tests
|
||||
env:
|
||||
CC: clang --cc="-Wno-error"
|
||||
CXX: clang++ --cc="-Wno-error"
|
||||
CC: clang -Wno-error
|
||||
CXX: clang++ -Wno-error
|
||||
run: |
|
||||
phpize
|
||||
./configure
|
||||
|
||||
Reference in New Issue
Block a user