valid workflow file

This commit is contained in:
Michael Graeb
2022-11-10 16:53:07 -08:00
parent 60c713fc37
commit 465244bb08
+4 -5
View File
@@ -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 }}