Skip to content

Commit 9ba6277

Browse files
committed
Images needs imagemagick
1 parent ce7f039 commit 9ba6277

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
bundler-cache: true
3636
ruby-version: ${{ matrix.ruby }}
3737

38+
- name: "Install ImageMagick for images extension"
39+
if: ${{ matrix.extension == 'images' }}
40+
run: sudo apt-get install imagemagick -y
41+
3842
- name: "Set up MySQL using VM's server"
3943
if: ${{ env.DB == 'mysql' }}
4044
run: |

0 commit comments

Comments
 (0)