File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,6 @@ jobs:
146146 run : |
147147 ./thirdparty/php-src/sapi/fpm/php-fpm -v
148148 ./thirdparty/php-src/sapi/fpm/php-fpm -m
149- ldd ./bin/php-${{ env.BUILD_PHP_VERSION }}/bin/php-fpm
150149 file ./bin/php-${{ env.BUILD_PHP_VERSION }}/bin/php-fpm
151150 readelf -h ./bin/php-${{ env.BUILD_PHP_VERSION }}/bin/php-fpm
152151 APP_VERSION=$(./bin/php-${{ env.BUILD_PHP_VERSION }}/bin/php-fpm -v | head -n 1 | awk '{print $2}')
Original file line number Diff line number Diff line change @@ -205,7 +205,6 @@ jobs:
205205 ./thirdparty/php-src/sapi/fpm/php-fpm -v
206206 ./thirdparty/php-src/sapi/fpm/php-fpm -m
207207 ./bin/php-${{ env.BUILD_PHP_VERSION }}/bin/php-fpm -v
208- ldd ./bin/php-${{ env.BUILD_PHP_VERSION }}/bin/php-fpm
209208 file ./bin/php-${{ env.BUILD_PHP_VERSION }}/bin/php-fpm
210209 readelf -h ./bin/php-${{ env.BUILD_PHP_VERSION }}/bin/php-fpm
211210 APP_VERSION=$(./bin/php-${{ env.BUILD_PHP_VERSION }}/bin/php-fpm -v | head -n 1 | awk '{print $2}')
You can’t perform that action at this time.
0 commit comments