Skip to content

Commit 13d4eab

Browse files
committed
debug
1 parent 9dcf5d4 commit 13d4eab

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/jobs/baseinstall.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@ set -euxo pipefail
1717

1818
sudo apt update && sudo apt install php-bcmath -y
1919

20+
echo
21+
echo "DEBUG <========================================================================="
22+
echo
23+
phpinfo -i | grep bcmath
24+
phpinfo -i
25+
echo
26+
echo "DEBUG <========================================================================="
27+
echo
28+
29+
2030
if [ -z "$phpversion" ]; then
2131
phpversion=$(php -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION."\n";')
2232
fi

0 commit comments

Comments
 (0)