Skip to content

Commit

Permalink
CI: Try installing [email protected] before imagemagick
Browse files Browse the repository at this point in the history
  • Loading branch information
GuardKenzie authored Oct 8, 2024
1 parent 42fe852 commit 63d5fed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ environment = { MACOSX_DEPLOYMENT_TARGET="13.0" }

before-all = [
"NONINTERACTIVE=1 /bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"",
"sudo rm /usr/local/bin/2to3",
"brew install --force --overwrite make imagemagick libtool pkg-config glib automake",
"brew install --force --overwrite make [email protected] imagemagick libtool pkg-config glib automake",
"ln -s $(which glibtoolize) /usr/local/bin/libtoolize",
"git clone --branch $CHAFA_VERSION https://github.com/hpjansson/chafa libchafa_src",
"cd libchafa_src",
Expand Down

0 comments on commit 63d5fed

Please sign in to comment.