Skip to content

Commit 730b8cf

Browse files
committed
upgrade imagemagick version
1 parent 85ea9c4 commit 730b8cf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,10 @@ jobs:
5959
- name: Compress Image
6060
run: |
6161
sudo apt-get update
62-
sudo apt-get install -y imagemagick libheif-dev
62+
sudo apt-get install -y software-properties-common
63+
sudo add-apt-repository ppa:ubuntuhandbook1/imagemagick
64+
sudo apt-get update
65+
sudo apt-get install -y imagemagick
6366
6467
convert -version
6568

0 commit comments

Comments
 (0)