rust-osdev / x86_64

Library to program x86_64 hardware.
https://docs.rs/x86_64
Apache License 2.0
797 stars 132 forks source link

run xtest bash shell #409

Closed Freax13 closed 1 year ago

Freax13 commented 1 year ago

For some reason cargo-xtest cannot be found on Windows if the shell is not set to bash. This used to work and regressed about two weeks ago for not immediately obvious reason. Considering that there is no big downside to running xtest with the bash shell, we'll just use that for now.

See https://github.com/rust-osdev/x86_64/actions/runs/4350740158 as an example of a run that fails because cargo-xtest cannot be found.