From 1057f30f0217a60c716439019801123558faaefd Mon Sep 17 00:00:00 2001 From: Josef Strzibny Date: Sun, 13 Oct 2024 10:18:47 +0200 Subject: [PATCH] Install libmagickwand-dev --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4a6f2c..ac345b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,8 @@ jobs: - "3.1" - "3.2" - "ruby-head" + steps: + - run: apt-get install libmagickwand-dev steps: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1