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

Support for Github Action: Install Babashka #723

Closed
ericdallo opened this issue Feb 3, 2021 · 3 comments
Closed

Support for Github Action: Install Babashka #723

ericdallo opened this issue Feb 3, 2021 · 3 comments

Comments

@ericdallo
Copy link
Contributor

I need to setup babashka in clojure-lsp Github Actions to run the integration tests, I need to setup for Linux, Windows and Mac, and I realized that I would need to manually specify which binary I want to download from GIthub release, it'd be really helpful to have a Github Action "Install Babashka" where checks the OS and installs it to the PATH automatically, similar to Setup Clojure

It'd be even better to have babashka in Setup Clojure by an optional flag :)

@ericdallo
Copy link
Contributor Author

Also, it seems the installer script is only supported for unix OSs, for Windows I'd need to manually download from the release, right?

@borkdude
Copy link
Collaborator

borkdude commented Feb 3, 2021

There is one here: https://github.com/turtlequeue/setup-babashka

You usually can find these things here:

https://github.com/babashka/babashka/blob/master/doc/projects.md

@ericdallo
Copy link
Contributor Author

Thank you!

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