fix stuff

This commit is contained in:
Dengke Tang
2023-02-25 00:10:35 -08:00
parent d780f51fb4
commit d296e61f23
2 changed files with 2 additions and 11 deletions
+2 -2
View File
@@ -80,7 +80,7 @@ jobs:
phpize
./configure
make
./dev-scripts/run_tests
./dev-scripts/run_tests.sh
# linux-arm:
# name: ARM (${{ matrix.arch }})
@@ -123,7 +123,7 @@ jobs:
- run: .\configure --with-prefix=${{steps.setup-php-sdk.outputs.prefix}} --enable-awscrt=shared --enable-cli --enable-openssl
- run: nmake
- run: nmake generate-php-ini
- run: .\dev-scripts\run_tests ${{steps.setup-php-sdk.outputs.prefix}}\php
- run: .\dev-scripts\run_tests.bat ${{steps.setup-php-sdk.outputs.prefix}}\php
# windows-vc14:
# runs-on: windows-latest