Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CI/CD fail by install ImageMagick on runners
This commit addresses an issue where CI/CD jobs fail due to the removal of `imagemagick` from GitHub's preinstalled software list for Ubuntu runners. As a result, commands relying on `imagemagick` were not found. To resolve this, the commit installs `imagemagick` across all platforms (Linux, macOS, and Windows). This safeguards against future changes to the preinstalled software list on GitHub runners.
- Loading branch information