Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

limjh16/jekyll-action-ts@v2 fails due to missing /usr/local/bin/bundle #18

Open
anthonyfok opened this issue Jun 11, 2021 · 1 comment

Comments

@anthonyfok
Copy link

Hi there!

Recent attempt to run limjh16/jekyll-action-ts@v2 action fails with the following error:

Error: Unable to locate executable file: bundle. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.

Apparently, in recent updates to GitHub's ubuntu-20.04 virtual environment (e.g. 20210606.1), /usr/local/bin/bundle (and /usr/local/bin/bundler too) have been removed.

As a workaround I am now using sudo apt update && apt install -y ruby-bundler before using the limjh16/jekyll-action-ts@v2.

Please see OpenDRR/documentation#13 for more information.

Thanks in advance!

@limjh16
Copy link
Owner

limjh16 commented Jul 27, 2021

Hey, sorry for the late reply but does this work now? If I'm not wrong, this should be the issue of ruby's setup-ruby action, not this action.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants