1
0
mirror of https://github.com/bspeice/aeron-rs synced 2024-12-21 21:38:09 -05:00

Attempt to find sh.exe on Windows path

This commit is contained in:
Bradlee Speice 2020-01-12 18:15:54 -05:00
parent 53e7a3b370
commit 56fc28dc47

View File

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