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
{{ message }}
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.
Is this related to the actions-rs Actions?
If you think it's a problem related to Github Actions in general, use GitHub Community forum instead: https://github.saobby.my.eu.orgmunity
Rust toolchain action currently doesn't support rust-toolchain.toml and
picking the current pinned nightly for CI without it is not
straightforward.
Will switch back once this is resolvedactions-rs/toolchain#208
Mathspy
added a commit
to Mathspy/diary-generator
that referenced
this issue
Dec 22, 2021
Rust toolchain action currently doesn't support rust-toolchain.toml and
picking the current pinned nightly for CI without it is not
straightforward.
Will switch back once this is resolvedactions-rs/toolchain#208
Do the checklist before filing an issue:
actions-rs
Actions?If you think it's a problem related to Github Actions in general, use GitHub Community forum instead: https://github.saobby.my.eu.orgmunity
Motivation
rust-toolchain.toml
is the new improved version ofrust-toolchain
. It also allows specifying components: https://rust-lang.github.io/rustup/overrides.html#the-toolchain-fileWorkflow example
Much like
rust-toolchain
is auto-detected, so should therust-toolchain.toml
file. Components should be respected as well.Thank you!
The text was updated successfully, but these errors were encountered: