Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnazg committed Feb 24, 2024
1 parent 452d13b commit bf19681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
pear config-set umask 0022
sudo pear config-set umask 0022 system
pear config-show
if [ "" -ne "`pear config-get php_ini`"]; then cat 'default_charset = "UTF-8"' >> `pear config-get php_ini`; fi
if [ "" -ne "`pear config-get php_ini`" ]; then cat 'default_charset = "UTF-8"' >> `pear config-get php_ini`; fi
php -m
php -i | grep -i http
php -i | grep -i mbstring
Expand Down

0 comments on commit bf19681

Please sign in to comment.