Skip to content

Commit

Permalink
always build libkiwix
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlamar committed Dec 21, 2024
1 parent 883630c commit 858902d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/build_projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
)

for target in select_build_targets(BUILD):
run_kiwix_build(target, config=COMPILE_CONFIG)
run_kiwix_build("libkiwix", config=COMPILE_CONFIG)
if target == "kiwix-desktop":
archive = create_desktop_image(make_release=False)
else:
Expand Down

0 comments on commit 858902d

Please sign in to comment.