You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To fix this we could put pre-built binaries on the release page, but even then I am not sure if you could run those binaries without installing the nightly.
@topecongiro - what are your thoughts on doing something like a tag-push based trigger in a GHA workflow that will create the pre-built binaries (presumably for all Tier 1 platforms) and create the GitHub Release with that tag and binaries as artifacts?
@topecongiro The pre-built binary was not statically built and requires a library file that does not match the one in the latest stable Rust MSI installer.
For various reasons, I use MSI-based stable rust installer on Windows. For such an installation flavor, there seems to be no way to install
rustfmt
:rustup
, because it's MSI installationCan this be fixed or are there any workarounds?
The text was updated successfully, but these errors were encountered: