-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
cargo-binstall fails to install cargo-msrv on macos-latest runner #1033
Comments
I'm surprised though! The default scheme should work just fine I think: https://github.com/cargo-bins/cargo-binstall/blob/92a022bad41abdae4221a6e901e455359cee03fe/SUPPORT.md#defaults |
|
I think this is referring to the name of the executable inside of the archive file, once it's already located and downloaded. Yeah, this part of the documentation confuses me too |
I'll revert it in #1035 |
Here is the workflow run on
macos-latest
:https://github.com/babichjacob/cargo-msrv-repro/actions/runs/11419532112/job/31774207776
The part of note is under the "Run cargo binstall -y --verbose cargo-msrv" heading. It takes over 4 minutes because of this issue: I see in the logs that
cargo-binstall
is attempting a ton of different permutations of what the possible file name it's looking for should be, but it's tragically not trying the correct one for this platform.The workflow has the same job run on
ubuntu-latest
andwindows-latest
(in the left sidebar) and those succeed; not sure how.The text was updated successfully, but these errors were encountered: