Skip to content

Commit 99b505d

Browse files
committed
Install imagemagick-full instead of imagemagick
Not sure if this is what the "Caveats" message suggests: ==> Caveats ==> imagemagick imagemagick-full includes additional tools and libraries that are not included in the regular imagemagick formula.
1 parent 5d6bb5f commit 99b505d

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" >> "$GITHUB_ENV"
64+
run: echo "AVIF_MAC_LIBRARIES=${{ env.AVIF_MAC_LIBRARIES }} imagemagick-full" >> "$GITHUB_ENV"
6565
shell: bash
6666
- name: Install gtest
6767
if: ${{ inputs.gtest == 'SYSTEM' }}

0 commit comments

Comments
 (0)