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 }}
|
||||
toolset: ${{steps.setup-php-sdk.outputs.toolset}}
|
||||
- name: Build ${{ env.PACKAGE_NAME }}
|
||||
run: |
|
||||
phpize
|
||||
configure
|
||||
nmake
|
||||
nmake test
|
||||
run: phpize
|
||||
run: configure
|
||||
run: nmake
|
||||
run: nmake test
|
||||
|
||||
# macos:
|
||||
# runs-on: macos-${{ matrix.version }}
|
||||
|
||||
Reference in New Issue
Block a user