Attempt to find `sh.exe` on Windows path

trying^2
Bradlee Speice 2020-01-12 18:15:54 -05:00
parent 53e7a3b370
commit 56fc28dc47
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ before_script:
- rustup component add clippy
- rustup component add rustfmt
- 'echo $PATH'
- 'which sh.exe'
script:
- cargo clippy --all