Skip to content

Commit bb10732

Browse files
committed
add renamed cli: mogrify
1 parent 970178e commit bb10732

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/_check.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ jobs:
7272
- name: check imagemagick
7373
run: |
7474
export PATH=${GITHUB_WORKSPACE}/vendor/imagemagick7/bin:${PATH}
75-
which convert
76-
convert -version
75+
which mogrify
76+
mogrify -version
7777
7878
- name: Set up Ruby 3.1.1
7979
uses: ruby/setup-ruby@v1
@@ -120,4 +120,5 @@ jobs:
120120

121121
- name: Test with RSpec
122122
run: |
123+
export PATH=${GITHUB_WORKSPACE}/vendor/imagemagick7/bin:${PATH}
123124
bundle exec rails spec

vendor/imagemagick7/bin/mogrify

30.8 MB
Binary file not shown.

0 commit comments

Comments
 (0)