update comments

This commit is contained in:
Dengke Tang
2023-02-28 11:25:02 -08:00
parent a9ab031603
commit 6bc427dd4c
+1 -1
View File
@@ -117,7 +117,7 @@ jobs:
with: with:
arch: ${{ matrix.arch }} arch: ${{ matrix.arch }}
toolset: ${{steps.setup-php-sdk.outputs.toolset}} toolset: ${{steps.setup-php-sdk.outputs.toolset}}
# CMD only execute one commend per run # not sure why CMD can't do multiline run statements
- run: phpize - run: phpize
- run: .\configure --with-prefix=${{steps.setup-php-sdk.outputs.prefix}} --enable-awscrt=shared --enable-cli --enable-openssl - run: .\configure --with-prefix=${{steps.setup-php-sdk.outputs.prefix}} --enable-awscrt=shared --enable-cli --enable-openssl
- run: nmake - run: nmake