mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 01:57:13 +00:00
what happened?
This commit is contained in:
@@ -97,9 +97,6 @@ jobs:
|
|||||||
|
|
||||||
windows-vc16:
|
windows-vc16:
|
||||||
runs-on: windows-2019
|
runs-on: windows-2019
|
||||||
defaults:
|
|
||||||
run:
|
|
||||||
shell: cmd # TODO: does this matter make the error out?
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
arch: [x64]
|
arch: [x64]
|
||||||
@@ -119,6 +116,7 @@ jobs:
|
|||||||
arch: ${{ matrix.arch }}
|
arch: ${{ matrix.arch }}
|
||||||
toolset: ${{steps.setup-php-sdk.outputs.toolset}}
|
toolset: ${{steps.setup-php-sdk.outputs.toolset}}
|
||||||
- name: Build ${{ env.PACKAGE_NAME }} + consumers
|
- name: Build ${{ env.PACKAGE_NAME }} + consumers
|
||||||
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
phpize
|
phpize
|
||||||
.\configure --with-prefix=${{steps.setup-php-sdk.outputs.prefix}} --enable-awscrt=shared --enable-cli --enable-openssl
|
.\configure --with-prefix=${{steps.setup-php-sdk.outputs.prefix}} --enable-awscrt=shared --enable-cli --enable-openssl
|
||||||
|
|||||||
Reference in New Issue
Block a user