setup-rust-toolchain
setup-rust-toolchain copied to clipboard
Using `setup-rust-toolchain` multiple times in the same job issues a warning on macOS
If I include multiple uses of actions-rust-lang/setup-rust-toolchain
in the same workflow job (to install two different Rust versions), when run on macOS, a warning about bash
already being installed is issued:
bash 5.2.26 is already installed and up-to-date. To reinstall 5.2.26, run: brew reinstall bash
Sample run: https://github.com/clechasseur/msrv-prep/actions/runs/10154329214
Screenshot, in case the run expires: