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: with:
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 }} - run: phpize
run: phpize - run: configure
run: configure - run: nmake
run: nmake - run: nmake test
run: nmake test
# macos: # macos:
# runs-on: macos-${{ matrix.version }} # runs-on: macos-${{ matrix.version }}