separate run commands, I can't tell what's going on in the logs

This commit is contained in:
Michael Graeb
2022-11-10 16:50:47 -08:00
parent 50661d0ac4
commit 60c713fc37
2 changed files with 5 additions and 5 deletions
+1
View File
@@ -0,0 +1 @@
crt/*
+4 -5
View File
@@ -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 }}