Skip to content

Commit

Permalink
statistics: gha update
Browse files Browse the repository at this point in the history
  • Loading branch information
mysiar committed Nov 26, 2022
1 parent 86f5b73 commit 4662833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test/build-php-ext-gsl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ php --version
cd php-ext-gsl

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

0 comments on commit 4662833

Please sign in to comment.