This commit is contained in:
Dengke Tang
2023-02-27 15:36:39 -08:00
parent 2e86c1315a
commit 908f6c4dba
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -99,7 +99,7 @@ jobs:
runs-on: windows-2019
defaults:
run:
shell: cmd # TODO: does this matter?
shell: cmd # use CMD instead of powershell to catch error from bat script
strategy:
matrix:
arch: [x64]
@@ -118,6 +118,7 @@ jobs:
with:
arch: ${{ matrix.arch }}
toolset: ${{steps.setup-php-sdk.outputs.toolset}}
# CMD only execute one commend per run
- run: phpize
- run: .\configure --with-prefix=${{steps.setup-php-sdk.outputs.prefix}} --enable-awscrt=shared --enable-cli --enable-openssl
- run: nmake