Skip to content

Commit 4662833

Browse files
committed
statistics: gha update
1 parent 86f5b73 commit 4662833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test/build-php-ext-gsl.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ php --version
88
cd php-ext-gsl
99

1010
phpize
11-
./configure
11+
./configure --with-gsl CFLAGS="$CFLAGS -Wno-implicit-function-declaration"
1212
php -dmemory_limit=-1 build/gen_stub.php --force-regeneration
1313
sed -i 's/$user_input = fgets($fp, 10);/$user_input = "s";/g' run-tests.php
1414
make

0 commit comments

Comments
 (0)