From cc1f8b85fc9373801e478b69444dbd17951c8474 Mon Sep 17 00:00:00 2001 From: Josef Strzibny Date: Sun, 13 Oct 2024 10:21:39 +0200 Subject: [PATCH] Update workflow --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac345b6..2245c74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,12 +23,12 @@ jobs: - "3.1" - "3.2" - "ruby-head" - steps: - - run: apt-get install libmagickwand-dev steps: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - - run: bundle exec rake test + - run: \ + apt-get install libmagickwand-dev + bundle exec rake test