From 3ad39d5f3a116885908eae5712e8ee143da33392 Mon Sep 17 00:00:00 2001 From: Dengke Tang Date: Thu, 23 Feb 2023 16:08:35 -0800 Subject: [PATCH] fine --- .github/workflows/ci.yml | 1 + php-win.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47918b0..0579c33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,6 +110,7 @@ jobs: version: '8.0' arch: x64 ts: ts + deps: openssl - uses: ilammy/msvc-dev-cmd@v1 with: arch: ${{ matrix.arch }} diff --git a/php-win.ini b/php-win.ini index f7af29c..82a2508 100644 --- a/php-win.ini +++ b/php-win.ini @@ -1,5 +1,5 @@ ; only works on 64bit build -extension=.\x64\Release\php_awscrt.dll +extension=.\x64\Release_TS\php_awscrt.dll ; extension=php_openssl.dll ; extension=php_mbstring.dll