This commit is contained in:
Dengke Tang
2022-11-08 12:50:18 -08:00
parent 47c40948b8
commit e8ab71b562
+1 -3
View File
@@ -112,11 +112,9 @@ jobs:
uses: shivammathur/setup-php@v2 uses: shivammathur/setup-php@v2
with: with:
php-version: '8.0' php-version: '8.0'
extensions: pecl_http extensions: pecl_http, mbstring
- name: Build ${{ env.PACKAGE_NAME }} + consumers - name: Build ${{ env.PACKAGE_NAME }} + consumers
run: | run: |
composer require pcov/clobber
vendor/bin/pcov clobber
cd ..\ cd ..\
git clone https://github.com/Microsoft/php-sdk-binary-tools.git php-sdk 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 .\php-sdk\phpsdk-vs16-x64.bat -t .\aws-crt-php\win_build.bat --task-args %CD%\aws-crt-php