From 18d8918d836223eb1b23bcf0f068b9b8d5a14dc3 Mon Sep 17 00:00:00 2001 From: Michael Graeb Date: Thu, 10 Nov 2022 17:31:46 -0800 Subject: [PATCH] try harder --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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