From e06aa325eb1ff0e280db7d5763c00827ad53c6ef Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Mon, 8 Apr 2024 16:43:04 +0200 Subject: [PATCH] fixup! Build kiwix-tools with new archive from kiwix-build --- .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 5d8cd1a9..c031bb18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: - name: Compile shell: bash run: | - if [[ "${{matrix.target}}" =~ .*_static ]]; then + if [[ "${{matrix.target}}" =~ .*-static ]]; then MESON_OPTION="-Dstatic-linkage=true" else MESON_OPTION=""