mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 10:07:12 +00:00
Update flag
This commit is contained in:
@@ -42,7 +42,7 @@ jobs:
|
||||
CXX: clang++
|
||||
run: |
|
||||
phpize
|
||||
./configure --cc="-Wno-error"
|
||||
./configure CC="-Wno-error"
|
||||
make
|
||||
|
||||
php-linux-x64:
|
||||
@@ -80,7 +80,7 @@ jobs:
|
||||
CXX: clang++
|
||||
run: |
|
||||
phpize
|
||||
./configure --cc="-Wno-error"
|
||||
./configure CC="-Wno-error"
|
||||
make
|
||||
make test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user