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