jeffreytse/jekyll-deploy-action

Bundler failed to load command

Closed this issue · 10 comments

bundler: failed to load command: jekyll (/github/workspace/vendor/bundle/ruby/2.7.0/bin/jekyll)
139
/github/workspace/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.0/lib/ffi/library.rb:145:in `block in ffi_lib': Could not open library 'vips.so.42': vips.so.42: cannot open shared object file: No such file or directory. (LoadError)
140
Could not open library 'libvips.so.42': libvips.so.42: cannot open shared object file: No such file or directory

Hi @datapolitical

This issue has been addressed and fixed. Please use jeffreytse/jekyll-deploy-action@master and try again.

Thanks and regards

Thanks. I noticed that for some reason your action takes over 3 minutes longer to run than my old fork, and they both run fine. Any idea what the slowdown is: image

image

Hi @datapolitical

Because you ran my action after yours, my action treated it as a different OS, this discarded the gems (In case of some gems have native dependencies) cache and re-installed all gems.

Thanks and regards

I ran yours, then mine, then yours again now. Both times it was slower.

@datapolitical Could you provide me the task link that you ran just now?

Hi, @datapolitical

Because of the cache is always cleaned up, please see the issue #14 and use a new cache key pattern in your workflow file.

Thanks and regards

Hi @datapolitical

Is this issue settled down? Hope you have a good day! : )

Thanks and regards

I would just like you to issue a new release.

Hi @datapolitical

Thanks for your patience, I have publish the new reelase v0.2.1, now you can update your configuration to it.

Thanks and regards