Overview
This error is most likely due to a recent change in a package for Google Chrome - it no longer pulls in libgconf-2-4
as a dependency.
Solution
Adding in a step like the following:
- run: sudo apt-get install libgconf-2-4
should get your builds back to normal.
Comments
Article is closed for comments.