jzweifel / gatsby-cli-github-action

GitHub Action wrapping the Gatsby CLI
MIT License
47 stars 22 forks source link

Error in building #5

Open muinmomin opened 4 years ago

muinmomin commented 4 years ago

Seeing the error below:

Original error:
/github/workspace/blog/node_modules/cwebp-bin/vendor/cwebp: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory

  WorkerError: Processing /github/workspace/blog/content/authors/avatars/team.png failed

  Original error:
  /github/workspace/blog/node_modules/cwebp-bin/vendor/cwebp: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory

I've verified that team.png file exists in the repo, but based on the last error, I'm suspecting it might have to do with the fact that my node_modules directory isn't checked in. Is this really needed? Any way around this?

EricSSartorius commented 4 years ago

I'm seeing the same error, it is failing and saying that a png doesn't exist when it clearly does