Skip to content

Commit

Permalink
Add missing imagemagick on GitHub runners [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur authored Jan 14, 2025
1 parent 134527f commit 91940e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ github_deps() {
install_packages "$libpcre_dev" libxmlrpc-epi-dev
elif [ "$VERSION_ID" = "24.04" ]; then
[[ "$version" =~ 5.6|7.[0-2] ]] && install_packages libpcre3-dev
install_packages unixodbc-dev
install_packages unixodbc-dev libmagickcore-dev
fi
install_packages libgd-dev
}
Expand Down

0 comments on commit 91940e9

Please sign in to comment.