Skip to content

Commit c290c8a

Browse files
committed
Go back to installing imagemagick
1 parent 99b505d commit c290c8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/setup-macos/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ runs:
6161
# imagemagick is used in sh tests (not gtest tests) but we assume that no tests are run by the CI
6262
# if gtest is off
6363
if: ${{ inputs.gtest != 'OFF' }}
64-
run: echo "AVIF_MAC_LIBRARIES=${{ env.AVIF_MAC_LIBRARIES }} imagemagick-full" >> "$GITHUB_ENV"
64+
run: echo "AVIF_MAC_LIBRARIES=${{ env.AVIF_MAC_LIBRARIES }} imagemagick" >> "$GITHUB_ENV"
6565
shell: bash
6666
- name: Install gtest
6767
if: ${{ inputs.gtest == 'SYSTEM' }}

0 commit comments

Comments
 (0)