mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 01:57:13 +00:00
separate run commands, I can't tell what's going on in the logs
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
crt/*
|
||||||
@@ -118,11 +118,10 @@ jobs:
|
|||||||
arch: ${{ matrix.arch }}
|
arch: ${{ matrix.arch }}
|
||||||
toolset: ${{steps.setup-php-sdk.outputs.toolset}}
|
toolset: ${{steps.setup-php-sdk.outputs.toolset}}
|
||||||
- name: Build ${{ env.PACKAGE_NAME }}
|
- name: Build ${{ env.PACKAGE_NAME }}
|
||||||
run: |
|
run: phpize
|
||||||
phpize
|
run: configure
|
||||||
configure
|
run: nmake
|
||||||
nmake
|
run: nmake test
|
||||||
nmake test
|
|
||||||
|
|
||||||
# macos:
|
# macos:
|
||||||
# runs-on: macos-${{ matrix.version }}
|
# runs-on: macos-${{ matrix.version }}
|
||||||
|
|||||||
Reference in New Issue
Block a user