Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/actions/setup-macos/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ 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
if: ${{ inputs.gtest != 'OFF' }}
# TODO: issue #3172 - Disable temporarily.
# if: ${{ inputs.gtest != 'OFF' }}
if: false
run: echo "AVIF_MAC_LIBRARIES=${{ env.AVIF_MAC_LIBRARIES }} imagemagick" >> "$GITHUB_ENV"
shell: bash
- name: Install gtest
Expand Down
Loading