Skip to content

Commit 99cdf93

Browse files
committed
replace graphicsmagick with libmagick++-dev in test workflow
fixes tests for 24.04 and reflects the install guide
1 parent bd2c72f commit 99cdf93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
sudo apt install -y software-properties-common
6262
sudo add-apt-repository ppa:deadsnakes/ppa
6363
sudo apt update
64-
sudo apt install -y graphicsmagick graphviz libcurl4-gnutls-dev libreoffice poppler-utils build-essential \
64+
sudo apt install -y libmagick++-dev graphviz libcurl4-gnutls-dev libreoffice poppler-utils build-essential \
6565
git imagemagick libgmp-dev python3.9-dev python3.9-distutils python3-pip
6666
- name: Checkout code
6767
uses: actions/checkout@v4

0 commit comments

Comments
 (0)