Skip to content

Commit

Permalink
fix: remove avif on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Sep 14, 2023
1 parent 8fe684a commit 755af45
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -346,18 +346,9 @@ jobs:
- name: Install dependencies (MacOS)
if: startsWith(matrix.os, 'macos')
run: |
brew install boost openssl rapidjson p7zip create-dmg cmake tree libavif
ls -l /usr/local/opt/libavif
ls -l /usr/local/opt/libavif/lib
brew install boost openssl rapidjson p7zip create-dmg cmake tree
shell: bash

- name: Fix libavif (MacOS)
if: startsWith(matrix.os, 'macos')
run: |
ar rcs libavif.a libavif.dylib
shell: bash
working-directory: /usr/local/opt/libavif/lib

- name: Build (MacOS)
if: startsWith(matrix.os, 'macos')
run: |
Expand Down

0 comments on commit 755af45

Please sign in to comment.