shell-pool / shpool

Think tmux, then aim... lower
Apache License 2.0
1.15k stars 20 forks source link

ci: log rustc version in github workflows #81

Closed ethanpailes closed 2 months ago

ethanpailes commented 2 months ago

I want to be able to confirm that the rust-toolchain.toml is getting correctly picked up by CI. It is importaint that we are using a pinned rustc version rather than the latest stable or nightly to make usre our MSRV doesn't slip.

Aetf commented 2 months ago

The installed rust version is in the log of the setup-rust step. Is there any concern that might not be enough/accurate?

image

ethanpailes commented 2 months ago

Oh yeah, you're right, my mistake