Skip to content

Commit 3eb629f

Browse files
committed
Add rmagick dependency to workflow
1 parent 3dd63b1 commit 3eb629f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fetch-depth: 0
1313
filter: tree:0
1414
- name: Install ImageMagick
15-
run: sudo apt-get install -y imagemagick
15+
run: sudo apt-get install -y imagemagick libmagickwand-dev
1616
- name: Setup Ruby
1717
uses: ruby/setup-ruby@v1
1818
with:

0 commit comments

Comments
 (0)