one more test

This commit is contained in:
Dengke Tang
2023-02-23 15:54:23 -08:00
parent 8455b69763
commit babc4bf330
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -119,6 +119,7 @@ jobs:
phpize
.\configure --with-prefix=${{steps.setup-php-sdk.outputs.prefix}} --enable-awscrt=shared
nmake
nmake install
.\dev-scripts\run_tests
# windows-vc14:
+1 -1
View File
@@ -14,7 +14,7 @@ if "%composer_dir%"=="" (
set "work_dir=%script_dir%/.."
cd %work_dir%
echo %work_dir%
ls x64\Release
ls x64\
php -c php-win.ini %composer_dir% update
if %errorlevel% neq 0 (