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 }}