davideisinger.com

My personal website
Log | Files | Refs | README

commit b04f3db116ae7e914ed64a945b1a01974d05a729
parent 4dad1b7f327760b9d403daa319e15f0272f6848e
Author: David Eisinger <[email protected]>
Date:   Fri,  2 Feb 2024 00:11:04 -0500

Install ImageMagick

Diffstat:
M.github/workflows/deploy.yml | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml @@ -35,6 +35,11 @@ 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