Skip to content

Commit

Permalink
update gifski version
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonTDM authored Oct 8, 2024
1 parent 78ea6a2 commit ed18ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gifToWebp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y imagemagick
sudo apt-get install -y webp
curl -L https://github.com/ImageOptim/gifski/releases/download/1.11.0/gifski_1.11.0_amd64.deb -o gifski.deb
curl -L https://github.com/ImageOptim/gifski/releases/download/1.32.0/gifski_1.32.0-1_amd64.deb -o gifski.deb
sudo dpkg -i gifski.deb
rm gifski.deb
Expand Down

0 comments on commit ed18ed8

Please sign in to comment.