From 6f33df728badb8ced18a6bd28a64f4e638cf7d26 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 2 Dec 2024 16:15:43 +0100 Subject: [PATCH] fix CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86eb641..d69c9bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,11 +29,11 @@ jobs: run: phpize - name: configure with bundled library run: | - configure --enable-md4c + ./configure --enable-md4c if: ${{ ! matrix.library }} - name: configure with library run: | - configure --enable-md4c --enable-system-libmd4c + ./configure --enable-md4c --enable-system-libmd4c if: ${{ matrix.library }} - name: make run: make