actions-rust-lang/setup-rust-toolchain

toolchain file not properly overriden

fprasx opened this issue · 2 comments

Related: #26 #28

It seems like the fix from #30 does not properly override the toolchain specified by rust-toolchain.toml. Using rustup override set $TOOLCHAIN instead of rustup default $TOOLCHAIN seems to do the trick:
Screenshot 2024-01-12 at 12 25 08 PM

I can make a PR if this seems like a desirable fix.

Good catch! Seems reasonable, I'd approve a PR for this suggested fix 👍🏻

Sounds good: see #33.