Skip to content

Commit

Permalink
apply temporary workaround for macOS-14
Browse files Browse the repository at this point in the history
  • Loading branch information
bigcat88 committed Nov 23, 2024
1 parent 6aaa959 commit 6f39d74
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/analysis-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ jobs:
with:
python-version: '3.11'

- name: Workaround for pkg-config
run: brew link --overwrite pkgconf

- name: Install from source
run: |
brew install --formula ./libheif/macos/libheif.rb
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/test-src-build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ jobs:
with:
python-version: '3.12'

- name: Workaround for pkg-config
run: brew link --overwrite pkgconf

- name: Install libheif from formula
run: |
brew uninstall --force --ignore-dependencies imagemagick libheif
Expand Down Expand Up @@ -121,6 +124,9 @@ jobs:
with:
python-version: '3.12'

- name: Workaround for pkg-config
run: brew link --overwrite pkgconf

- name: Transform to Pi-Heif
run: |
cp -r -v ./pi-heif/* .
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/wheels-pi_heif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
cp -r -v ./pi-heif/* .
python3 .github/transform_to-pi_heif.py
- name: Workaround for pkg-config
run: brew link --overwrite pkgconf

- name: Install libheif from formula
run: |
brew uninstall --force --ignore-dependencies imagemagick libheif x265 aom
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/wheels-pillow_heif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
with:
python-version: '3.12'

- name: Workaround for pkg-config
run: brew link --overwrite pkgconf

- name: Install libheif from formula
run: |
brew uninstall --force --ignore-dependencies imagemagick libheif
Expand Down

0 comments on commit 6f39d74

Please sign in to comment.