Skip to content

Commit

Permalink
Fix circleci/config libvips42
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanofWoods committed Dec 1, 2022
1 parent b02bc2c commit d5cb2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ commands:
steps:
- run:
name: Install libvips
command: sudo apt-get install -y libvips
command: sudo apt-get install -y libvips42

imagemagick:
steps:
Expand Down

2 comments on commit d5cb2fd

@tvdeyen
Copy link
Member

@tvdeyen tvdeyen commented on d5cb2fd Dec 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OMG, thanks! If this works, could you open this as separate PR so that all can benefit from it?

@waiting-for-dev
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tvdeyen, this has been fixed in #4761

Please sign in to comment.