1
0
mirror of https://github.com/bspeice/aeron-rs synced 2025-04-20 12:51:27 -04:00

Show full rustup info

Don't think Aeron will compile with Gnu ABI on Windows
This commit is contained in:
Bradlee Speice 2020-01-12 19:05:43 -05:00
parent e27a9a317c
commit 23f2a52c6e

View File

@ -10,6 +10,7 @@ cache:
- cargo - cargo
before_script: before_script:
- rustup show
- rustup set profile minimal - rustup set profile minimal
- rustup update - rustup update
- rustup component add clippy - rustup component add clippy