try to manually install composer

This commit is contained in:
Dengke Tang
2022-11-07 17:02:49 -08:00
parent a9fe3588f7
commit 2733679228
2 changed files with 8 additions and 6 deletions
+3 -3
View File
@@ -115,9 +115,9 @@ jobs:
extensions: pecl_http
- name: Build ${{ env.PACKAGE_NAME }} + consumers
run: |
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php .\composer-setup.php
ls
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
# macos: