File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ jobs:
145145 ./thirdparty/php-src/sapi/cli/php --ri gd
146146 ./thirdparty/php-src/sapi/cli/php --ri swoole
147147 ./thirdparty/php-src/sapi/cli/php --ri pgsql
148- { ldd ./bin/php-${{ env.BUILD_PHP_VERSION }}/bin/php } || { echo $? }
148+ { ldd ./bin/php-${{ env.BUILD_PHP_VERSION }}/bin/php ; } || { echo $? ; } ;
149149 file ./bin/php-${{ env.BUILD_PHP_VERSION }}/bin/php
150150 readelf -h ./bin/php-${{ env.BUILD_PHP_VERSION }}/bin/php
151151 APP_VERSION=$(./bin/php-${{ env.BUILD_PHP_VERSION }}/bin/php -v | head -n 1 | awk '{print $2}')
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ jobs:
206206 ./thirdparty/php-src/sapi/cli/php --ri swoole
207207 ./thirdparty/php-src/sapi/cli/php --ri pgsql
208208 ./bin/php-${{ env.BUILD_PHP_VERSION }}/bin/php -v
209- { ldd ./bin/php-${{ env.BUILD_PHP_VERSION }}/bin/php } || { echo $? }
209+ { ldd ./bin/php-${{ env.BUILD_PHP_VERSION }}/bin/php ; } || { echo $? ; } ;
210210 file ./bin/php-${{ env.BUILD_PHP_VERSION }}/bin/php
211211 readelf -h ./bin/php-${{ env.BUILD_PHP_VERSION }}/bin/php
212212 APP_VERSION=$(./bin/php-${{ env.BUILD_PHP_VERSION }}/bin/php -v | head -n 1 | awk '{print $2}')
You can’t perform that action at this time.
0 commit comments