setup-rust-toolchain icon indicating copy to clipboard operation
setup-rust-toolchain copied to clipboard

Using `setup-rust-toolchain` multiple times in the same job issues a warning on macOS

Open clechasseur opened this issue 6 months ago • 0 comments

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: image

clechasseur avatar Jul 30 '24 15:07 clechasseur