mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 18:13:09 +00:00
try to install composer manually
This commit is contained in:
@@ -108,14 +108,16 @@ jobs:
|
|||||||
# uses: actions/checkout@v2
|
# uses: actions/checkout@v2
|
||||||
# with:
|
# with:
|
||||||
# submodules: recursive
|
# submodules: recursive
|
||||||
- name: Setup Composer
|
- name: Setup PHP 8.0
|
||||||
uses: php-actions/composer@v6
|
uses: shivammathur/setup-php@v2
|
||||||
|
with:
|
||||||
|
php-version: '8.0'
|
||||||
|
extensions: pecl_http
|
||||||
- name: Build ${{ env.PACKAGE_NAME }} + consumers
|
- name: Build ${{ env.PACKAGE_NAME }} + consumers
|
||||||
run: |
|
run: |
|
||||||
where composer
|
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
|
||||||
Get-Command composer
|
php .\composer-setup.php
|
||||||
composer
|
ls
|
||||||
composer.phar
|
|
||||||
|
|
||||||
|
|
||||||
# macos:
|
# macos:
|
||||||
|
|||||||
Reference in New Issue
Block a user