Skip to content

Commit

Permalink
ci: correction to step name
Browse files Browse the repository at this point in the history
  • Loading branch information
lread committed Jan 14, 2025
1 parent 4341e37 commit b98cf1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
run: brew install imagemagick

# No longer pre-install on ubuntu github action runners
- name: Install Image Magick on macOS
- name: Install Image Magick on ubuntu
if: ${{ matrix.os == 'ubuntu' && contains(matrix.needs, 'imagemagick') }}
run: sudo apt-get -y install imagemagick

Expand Down

0 comments on commit b98cf1a

Please sign in to comment.