mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
use older nightly for the x86_64 linux target
This commit is contained in:
parent
e90cf07dd6
commit
cdb2118cd3
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@ language: rust
|
|||
matrix:
|
||||
include:
|
||||
- env: TARGET=x86_64-unknown-linux-gnu
|
||||
rust: nightly
|
||||
# work around problem about 'every suggestion should have at least one span'
|
||||
rust: nightly-2017-11-21
|
||||
|
||||
- env: TARGET=thumbv6m-none-eabi
|
||||
rust: nightly
|
||||
|
|
Loading…
Reference in a new issue