From 9bebf37d3e58f33dbb06b7981011b19e4cf93fc3 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Wed, 19 Mar 2025 19:35:20 +1100 Subject: [PATCH] Sort alphabetically --- .github/workflows/macos-install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/macos-install.sh b/.github/workflows/macos-install.sh index ada335770..099f4a582 100755 --- a/.github/workflows/macos-install.sh +++ b/.github/workflows/macos-install.sh @@ -6,6 +6,8 @@ if [[ "$ImageOS" == "macos13" ]]; then brew uninstall gradle maven fi brew install \ + aom \ + dav1d \ freetype \ ghostscript \ jpeg-turbo \ @@ -14,11 +16,9 @@ brew install \ libtiff \ little-cms2 \ openjpeg \ - webp \ - aom \ - dav1d \ rav1e \ - svt-av1 + svt-av1 \ + webp export PKG_CONFIG_PATH="/usr/local/opt/openblas/lib/pkgconfig" python3 -m pip install coverage