Skip to content

Commit

Permalink
reverted last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bigcat88 committed Nov 25, 2024
1 parent 6f39d74 commit 671112c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 15 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/analysis-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,6 @@ 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: 0 additions & 6 deletions .github/workflows/test-src-build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ 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 @@ -124,9 +121,6 @@ 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: 0 additions & 3 deletions .github/workflows/wheels-pi_heif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ 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: 0 additions & 3 deletions .github/workflows/wheels-pillow_heif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ 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 671112c

Please sign in to comment.