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

[BUG] install fails on GH Action #126

Open
dalisoft opened this issue Apr 26, 2024 · 2 comments
Open

[BUG] install fails on GH Action #126

dalisoft opened this issue Apr 26, 2024 · 2 comments

Comments

@dalisoft
Copy link

Hi @pgrange

Installation on GH Action macOS fails (see this line) which shows

echo "downloading bash_unit"

Seems something got wrong but we can't see due of silent curl

@pgrange
Copy link
Owner

pgrange commented Apr 28, 2024

Hi @dalisoft ,

Indeed, curl was way too silent in the install script. Sorry for the inconvenience. I've changed the option so that, hopefully, you can figure out what's happening in this CI.

See 3c1bdb0 on main branch.

I think you only have to restart the job and see what happens. Let me know if that helps.
Cheers,

@dalisoft
Copy link
Author

Hi @pgrange and thank you for fix.

Seems it’s my fault not bash_unit as i am used bash_unit with bash -eu flag which causes fail on GH Actions macOs runner but locally works fine.

we can keep this opened, i will debug this once i finish my project release-me

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