Skip to content

Commit dcaa113

Browse files
committed
setup-macos: Disable installation of imagemagick
It is failing with the following error message: ==> imagemagick imagemagick-full includes additional tools and libraries that are not included in the regular imagemagick formula. Fixes #3172.
1 parent b8d6c1a commit dcaa113

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ runs:
6060
- name: Install imagemagick
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
63+
# TODO: issue #3172 - Disable temporarily.
6364
if: ${{ inputs.gtest != 'OFF' }}
6465
run: echo "AVIF_MAC_LIBRARIES=${{ env.AVIF_MAC_LIBRARIES }} imagemagick" >> "$GITHUB_ENV"
6566
shell: bash

0 commit comments

Comments
 (0)