Skip to content

Commit

Permalink
macOS CI: use upgraded last version of libheif
Browse files Browse the repository at this point in the history
  • Loading branch information
bigcat88 committed Nov 25, 2024
1 parent e92b085 commit 9ce06aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/analysis-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
python-version: '3.12'

- name: Install Libheif
run: brew install libheif
run: brew install libheif || brew upgrade libheif

- name: Install from source
run: python3 -m pip install ".[dev]" wheel setuptools
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:

- name: Install from source
run: |
brew install --formula ./libheif/macos/libheif.rb
brew install libheif || brew upgrade libheif
python3 -m pip -v install ".[dev]"
- name: LibHeif info
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:

- name: Install from source
run: |
brew install --formula ./libheif/macos/libheif.rb
brew install libheif || brew upgrade libheif
python3 -m pip -v install ".[dev]"
- name: LibHeif info
Expand Down Expand Up @@ -380,7 +380,7 @@ jobs:
python-version: '3.12'

- name: Install Libheif
run: brew install libheif
run: brew install libheif || brew upgrade libheif

- name: Install from source
run: |
Expand Down

0 comments on commit 9ce06aa

Please sign in to comment.