Skip to content

Commit ca0f687

Browse files
committed
ci: fix aom building on mac; brew remove aom failed from other deps
1 parent 2077a90 commit ca0f687

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wheelbuild/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ function build_aom {
189189
local cmake_flags=()
190190

191191
if [ -n "$IS_MACOS" ]; then
192-
brew uninstall aom ||:
192+
brew remove --ignore-dependencies aom php imagemagick libavif libheif gd composer
193193
fi
194194

195195
fetch_unpack \

0 commit comments

Comments
 (0)