We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d87d7a3 commit 5d6bb5fCopy full SHA for 5d6bb5f
1 file changed
.github/actions/setup-macos/action.yml
@@ -60,9 +60,7 @@ runs:
60
- name: Install imagemagick
61
# imagemagick is used in sh tests (not gtest tests) but we assume that no tests are run by the CI
62
# if gtest is off
63
- # TODO: issue #3172 - Disable temporarily.
64
- # if: ${{ inputs.gtest != 'OFF' }}
65
- if: false
+ if: ${{ inputs.gtest != 'OFF' }}
66
run: echo "AVIF_MAC_LIBRARIES=${{ env.AVIF_MAC_LIBRARIES }} imagemagick" >> "$GITHUB_ENV"
67
shell: bash
68
- name: Install gtest
0 commit comments