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