From 9ce06aaedbe6efe0cdf35f6f57040e6b4c717561 Mon Sep 17 00:00:00 2001 From: Alexander Piskun Date: Mon, 25 Nov 2024 12:11:05 +0300 Subject: [PATCH] macOS CI: use upgraded last version of libheif --- .github/workflows/analysis-coverage.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/analysis-coverage.yml b/.github/workflows/analysis-coverage.yml index 5f997dbf..daf04a2f 100644 --- a/.github/workflows/analysis-coverage.yml +++ b/.github/workflows/analysis-coverage.yml @@ -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 @@ -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 @@ -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 @@ -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: |