-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Use cargo-binstall batching mode #54
Conversation
a5c162b
to
05a746c
Compare
hmm https://github.com/taiki-e/install-action/actions/runs/3923398658/jobs/6706983450
|
That could be switched off using |
That's really strange because watchexec-cli v1.21.0 indeed provides musl build for x86_64. |
@taiki-e I tried installing this from my own laptop and it works fine:
|
Hmm, it would be a breaking change... That said, if installing from source, it is better to cache the binaries, so the fallback that installs from source is not very good to me. So I'm considering outputting info message suggesting cache-cargo-install-action in all officially unsupported cases. (Originally, I was considering outputting it when the installation fails) Ideally, I would like to merge cache-cargo-install-action into install-action, run cargo-binstall with |
Yes, so better to fix it in cargo-binstall.
That sounds awesome! |
Closes #44