Github Actions apt install graphicsmagick gives the error "Could not locate Gemfile or .bundle/ directory"

46 views Asked by At

Github Actions apt install graphicsmagick gives the error "Could not locate Gemfile or .bundle/ directory".

graphicsmagick is a dependency for one of our builds.

Using GitHub Actions ubuntu-latest runner.

Command used: sudo apt update && sudo apt install graphicsmagick -y.

Tried:

  • sudo apt install graphicsmagick -y
  • sudo apt install graphicsmagick-imagemagick-compat -y
  • manually downloading the .tar.gz and running ./configure && ./make

All options result in the same error message.

Need assistance to resolve.

0

There are 0 answers