mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Merge #267
267: fix CI: use an older nightly on the x86_64 build r=korken89 a=japaric Co-authored-by: Jorge Aparicio <jorge@japaric.io>
This commit is contained in:
commit
2cae8c3e8b
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ matrix:
|
|||
|
||||
# compile-fail tests
|
||||
- env: TARGET=x86_64-unknown-linux-gnu
|
||||
rust: nightly
|
||||
# FIXME revert this -- compiletest-rs v0.3.25 is broken with recent nightly
|
||||
rust: nightly-2019-10-31
|
||||
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
|
||||
|
||||
# heterogeneous multi-core support
|
||||
|
|
Loading…
Reference in a new issue