From 2544516dfb11dd402743402e69ab7db1c3bde34f Mon Sep 17 00:00:00 2001 From: Masao Takaku Date: Sat, 9 Mar 2024 13:58:12 +0900 Subject: [PATCH] Install GraphicMagick --- .github/workflows/publish.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3aacd3e..b0b22bc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,6 +20,10 @@ jobs: ruby-version: '3.2' bundler-cache: true cache-version: 0 + - name: Install GraphicMagick + run: | + sudo apt-get install -y build-essential libgraphicsmagick1-dev + sudo apt-get install -y graphicsmagick-imagemagick-compat graphicsmagick-libmagick-dev-compat - name: Generate Site run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" env: