mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 01:57:13 +00:00
valid workflow file
This commit is contained in:
@@ -117,11 +117,10 @@ jobs:
|
||||
with:
|
||||
arch: ${{ matrix.arch }}
|
||||
toolset: ${{steps.setup-php-sdk.outputs.toolset}}
|
||||
- name: Build ${{ env.PACKAGE_NAME }}
|
||||
run: phpize
|
||||
run: configure
|
||||
run: nmake
|
||||
run: nmake test
|
||||
- run: phpize
|
||||
- run: configure
|
||||
- run: nmake
|
||||
- run: nmake test
|
||||
|
||||
# macos:
|
||||
# runs-on: macos-${{ matrix.version }}
|
||||
|
||||
Reference in New Issue
Block a user