From 44d92ebb86c345b46a5c20586416f3e5f98e8256 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 2 Dec 2024 16:10:04 +0100 Subject: [PATCH] fix CI --- .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 498be1c..d5e870f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: if: ${{ ! matrix.library }} - name: Install library run: | - apk add --no-cache libmd4c-dev + apt-get install -y "automake" "libtool" "libmd4c-dev" if: ${{ matrix.library }} - name: Setup PHP uses: shivammathur/setup-php@v2