Fix ImageMagick incompatibility on CI

This commit is contained in:
David Eisinger
2024-02-02 00:18:25 -05:00
parent b04f3db116
commit 59b3527730
3 changed files with 10 additions and 14 deletions

View File

@@ -35,11 +35,6 @@ jobs:
KEY: ${{ github.workspace }}/secret.key
run: cd bin/dither && bundle exec ruby dither.rb >> dither.log 2>&1 &
- name: Install ImageMagick
run: |
sudo apt update
sudo apt install imagemagick
- name: Test build
env:
DITHER_SERVER: http://localhost:4567