From d432bd4d8dc8d03c0d9aa22d4621fe93c7705f87 Mon Sep 17 00:00:00 2001 From: Alexander Smorkalov Date: Mon, 16 Jun 2025 06:40:43 +0300 Subject: [PATCH] Install libavif and deps on MacOS. --- travis_config.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/travis_config.sh b/travis_config.sh index fcdd4f60..2e5e1a0e 100644 --- a/travis_config.sh +++ b/travis_config.sh @@ -103,6 +103,7 @@ function pre_build { if [ -n "$IS_OSX" ]; then brew install lapack + brew install libavif fi if [ -n "$IS_OSX" ]; then