actions-rs / toolchain

🛠️ GitHub Action for `rustup` commands
https://github.com/marketplace/actions/rust-toolchain
MIT License
585 stars 86 forks source link

There is no default toolchain #207

Closed fenollp closed 2 years ago

fenollp commented 2 years ago

cc https://github.com/actions-rs/toolchain/pull/122#issuecomment-752363679

In action: (note missing toolchain)

Run actions-rs/toolchain@v1
  with:
    target: armv7-unknown-linux-gnueabihf
    override: true
    components: rustfmt
    default: false
Error: toolchain input was not given and repository does not have a rust-toolchain file
somehowchris commented 2 years ago

205

fenollp commented 2 years ago

Closing as exact duplicate of #205