Skip to content

Commit 5d6bb5f

Browse files
committed
setup-macos: Re-enable installation of imagemagick
Bug: #3172
1 parent d87d7a3 commit 5d6bb5f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +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.
64-
# if: ${{ inputs.gtest != 'OFF' }}
65-
if: false
63+
if: ${{ inputs.gtest != 'OFF' }}
6664
run: echo "AVIF_MAC_LIBRARIES=${{ env.AVIF_MAC_LIBRARIES }} imagemagick" >> "$GITHUB_ENV"
6765
shell: bash
6866
- name: Install gtest

0 commit comments

Comments
 (0)