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 -ysudo 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.