We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b505d commit c290c8aCopy full SHA for c290c8a
1 file changed
.github/actions/setup-macos/action.yml
@@ -61,7 +61,7 @@ runs:
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
if: ${{ inputs.gtest != 'OFF' }}
64
- run: echo "AVIF_MAC_LIBRARIES=${{ env.AVIF_MAC_LIBRARIES }} imagemagick-full" >> "$GITHUB_ENV"
+ run: echo "AVIF_MAC_LIBRARIES=${{ env.AVIF_MAC_LIBRARIES }} imagemagick" >> "$GITHUB_ENV"
65
shell: bash
66
- name: Install gtest
67
if: ${{ inputs.gtest == 'SYSTEM' }}
0 commit comments