From 2195b8e3887f6a3b690eec945d95127b1e0f9eff Mon Sep 17 00:00:00 2001 From: Michael Graeb Date: Thu, 10 Nov 2022 17:08:08 -0800 Subject: [PATCH] pew pew --- .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 c5f97be..365da5f 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 + - run: configure --with-prefix=${{steps.setup-php.outputs.prefix}} - run: nmake - run: nmake test