Ensure imagemagick is installed locally in order to build the AppImage
Some checks failed
CI / test (push) Failing after 16m22s
Lint / test (push) Successful in 48s

This commit is contained in:
Miguel Jacq 2026-06-11 17:03:15 +10:00
parent 5479f756f9
commit b10c007e4e
Signed by: mig5
GPG key ID: 03906B4110AAD3B8

View file

@ -38,7 +38,7 @@ poetry build
poetry publish poetry publish
# Make AppImage # Make AppImage
sudo apt-get -y install libfuse-dev sudo apt-get -y install libfuse-dev imagemagick
poetry run pyproject-appimage poetry run pyproject-appimage
mv Bouquin.AppImage dist/ mv Bouquin.AppImage dist/