From e8ab71b562eec8c12032f859b2d9ea869c48dae6 Mon Sep 17 00:00:00 2001 From: Dengke Tang Date: Tue, 8 Nov 2022 12:50:18 -0800 Subject: [PATCH] mbstring --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f56c9f..d41a325 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,11 +112,9 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: '8.0' - extensions: pecl_http + extensions: pecl_http, mbstring - name: Build ${{ env.PACKAGE_NAME }} + consumers run: | - composer require pcov/clobber - vendor/bin/pcov clobber cd ..\ git clone https://github.com/Microsoft/php-sdk-binary-tools.git php-sdk .\php-sdk\phpsdk-vs16-x64.bat -t .\aws-crt-php\win_build.bat --task-args %CD%\aws-crt-php