diff --git a/.github/actions/setup-macos/action.yml b/.github/actions/setup-macos/action.yml index 82c6dcd22a..617536c23a 100644 --- a/.github/actions/setup-macos/action.yml +++ b/.github/actions/setup-macos/action.yml @@ -60,9 +60,7 @@ runs: - name: Install imagemagick # imagemagick is used in sh tests (not gtest tests) but we assume that no tests are run by the CI # if gtest is off - # TODO: issue #3172 - Disable temporarily. - # if: ${{ inputs.gtest != 'OFF' }} - if: false + if: ${{ inputs.gtest != 'OFF' }} run: echo "AVIF_MAC_LIBRARIES=${{ env.AVIF_MAC_LIBRARIES }} imagemagick" >> "$GITHUB_ENV" shell: bash - name: Install gtest