mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 01:57:13 +00:00
where it is?
This commit is contained in:
@@ -104,16 +104,18 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
arch: [x64]
|
arch: [x64]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Sources
|
# - name: Checkout Sources
|
||||||
uses: actions/checkout@v2
|
# uses: actions/checkout@v2
|
||||||
with:
|
# with:
|
||||||
submodules: recursive
|
# submodules: recursive
|
||||||
- name: Setup PHP 8.0
|
- name: Setup PHP 8.0
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: '8.0'
|
php-version: '8.0'
|
||||||
- name: Build ${{ env.PACKAGE_NAME }} + consumers
|
- name: Build ${{ env.PACKAGE_NAME }} + consumers
|
||||||
run: |
|
run: |
|
||||||
|
where composer.phar
|
||||||
|
composer
|
||||||
composer.phar
|
composer.phar
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user