We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ea9c4 commit 730b8cfCopy full SHA for 730b8cf
.github/workflows/main.yml
@@ -59,7 +59,10 @@ jobs:
59
- name: Compress Image
60
run: |
61
sudo apt-get update
62
- sudo apt-get install -y imagemagick libheif-dev
+ 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
66
67
convert -version
68
0 commit comments