Install ImageMagick
This commit is contained in:
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user