Skip to content

Commit 6e27e7c

Browse files
committed
Update GitHub Actions workflow to verify ImageMagick installation using 'convert --version' instead of 'magick --version'.
1 parent 28ab2ab commit 6e27e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
sudo apt-get update
4040
sudo apt-get install imagemagick
41-
magick --version
41+
convert --version
4242
4343
- name: Init Project Config
4444
run: |

0 commit comments

Comments
 (0)