mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
CI: pin to an older nightly
to workaround compiletest-rs being broken on recent nightlies
This commit is contained in:
parent
ba9555017d
commit
eb7ae13b9c
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ matrix:
|
|||
|
||||
# NOTE used to build docs on successful merges to master
|
||||
- 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
|
||||
|
||||
- env: TARGET=thumbv6m-none-eabi
|
||||
rust: nightly
|
||||
|
|
Loading…
Reference in a new issue