Skip to content

Commit 6c8bdbd

Browse files
committed
debug
1 parent 75059da commit 6c8bdbd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/jobs/baseinstall.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,11 @@ echo
2121
echo "DEBUG <========================================================================="
2222
echo
2323
php -i | grep bcmath
24-
php -i
2524
echo
25+
echo
26+
php -r 'echo bcadd(1, 2);'
27+
echo
28+
php -r 'echo bcadd(1, 2, 9);'
2629
echo "DEBUG <========================================================================="
2730
echo
2831

0 commit comments

Comments
 (0)