From 735e09465b9f4f0c9e8d988fd2ad069569396437 Mon Sep 17 00:00:00 2001 From: Josef Strzibny Date: Sun, 13 Oct 2024 10:26:45 +0200 Subject: [PATCH] Redo workflow --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2245c74..69a1ed3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,6 @@ jobs: with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - - run: \ - apt-get install libmagickwand-dev + - run: | + sudo apt-get install -y libmagickwand-dev bundle exec rake test