mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-27 14:04:56 +01:00
fix CI: use an older nightly on the x86_64 build
This commit is contained in:
parent
f9b30a1ff8
commit
1e49de60cb
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