We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce7f039 commit 9ba6277Copy full SHA for 9ba6277
.github/workflows/main.yml
@@ -35,6 +35,10 @@ jobs:
35
bundler-cache: true
36
ruby-version: ${{ matrix.ruby }}
37
38
+ - name: "Install ImageMagick for images extension"
39
+ if: ${{ matrix.extension == 'images' }}
40
+ run: sudo apt-get install imagemagick -y
41
+
42
- name: "Set up MySQL using VM's server"
43
if: ${{ env.DB == 'mysql' }}
44
run: |
0 commit comments