Install ImageMagick

This commit is contained in:
David Eisinger
2024-02-02 00:11:04 -05:00
parent 4dad1b7f32
commit b04f3db116

View File

@@ -35,6 +35,11 @@ jobs:
KEY: ${{ github.workspace }}/secret.key KEY: ${{ github.workspace }}/secret.key
run: cd bin/dither && bundle exec ruby dither.rb >> dither.log 2>&1 & 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 - name: Test build
env: env:
DITHER_SERVER: http://localhost:4567 DITHER_SERVER: http://localhost:4567