From 465244bb089cbedabae9abcff788cf3aeb035fac Mon Sep 17 00:00:00 2001 From: Michael Graeb Date: Thu, 10 Nov 2022 16:53:07 -0800 Subject: [PATCH] valid workflow file --- .github/workflows/ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 890f1b9..7c079ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}