From fe70d783243d751778f512452cedb268f0833d7f Mon Sep 17 00:00:00 2001 From: Dengke Tang Date: Tue, 22 Nov 2022 12:48:24 -0800 Subject: [PATCH] with open ssl --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 415c893..1784853 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -121,7 +121,7 @@ jobs: arch: ${{ matrix.arch }} toolset: ${{steps.setup-php-sdk.outputs.toolset}} - run: phpize - - run: .\configure --with-prefix=${{steps.setup-php-sdk.outputs.prefix}} --enable-awscrt=shared + - run: .\configure --with-openssl --with-prefix=${{steps.setup-php-sdk.outputs.prefix}} --enable-awscrt=shared - run: nmake - run: nmake test-awscrt