Skip to content

Commit 5b55a1c

Browse files
committed
Changed Espressif to nightly
1 parent bf9529a commit 5b55a1c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
rust: [stable]
1515

1616
# All vendor files we want to test on stable
17-
VENDOR: [rustfmt, Atmel, Freescale, Fujitsu, Holtek, Nordic, Nuvoton, NXP, RISC-V, SiliconLabs, Spansion, STMicro, Toshiba, Espressif]
17+
VENDOR: [rustfmt, Atmel, Freescale, Fujitsu, Holtek, Nordic, Nuvoton, NXP, RISC-V, SiliconLabs, Spansion, STMicro, Toshiba]
1818

1919
# The default target we're compiling on and for
2020
TARGET: [x86_64-unknown-linux-gnu]
@@ -36,6 +36,13 @@ jobs:
3636
TARGET: x86_64-unknown-linux-gnu
3737
TRAVIS_OS_NAME: linux
3838

39+
# Use nightly for architectures which don't support stable
40+
- rust: nightly
41+
experimental: true
42+
VENDOR: Espressif
43+
TARGET: x86_64-unknown-linux-gnu
44+
TRAVIS_OS_NAME: linux
45+
3946
# OSX
4047
- rust: stable
4148
TARGET: x86_64-apple-darwin

0 commit comments

Comments
 (0)