Skip to content

Commit

Permalink
Redo workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
strzibny committed Oct 13, 2024
1 parent cc1f8b8 commit 735e094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 735e094

Please sign in to comment.