diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 365da5f..c9d257a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -121,7 +121,7 @@ jobs: arch: ${{ matrix.arch }} toolset: ${{steps.setup-php-sdk.outputs.toolset}} - run: phpize - - run: configure --with-prefix=${{steps.setup-php.outputs.prefix}} + - run: configure --with-prefix=${{steps.setup-php-sdk.outputs.prefix}} - run: nmake - run: nmake test