Skip to content

Commit

Permalink
fixup! Build kiwix-tools with new archive from kiwix-build
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Apr 8, 2024
1 parent b8de29d commit e06aa32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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=""
Expand Down

0 comments on commit e06aa32

Please sign in to comment.