Skip to content

Commit 707de25

Browse files
committed
Disable nano33ble device in CI
- Mbed platform generates compiler warning arduino/ArduinoCore-mbed#1024
1 parent 45d14b8 commit 707de25

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/note-arduino-ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,9 @@ jobs:
113113
- adafruit:samd:adafruit_feather_m4
114114
# The binary examples don't fit in the Uno's flash.
115115
# - arduino:avr:uno
116-
- arduino:mbed_nano:nano33ble
116+
# The mbed_nano platform generates compiler warning.
117+
# https://github.com/arduino/ArduinoCore-mbed/issues/1024
118+
# - arduino:mbed_nano:nano33ble
117119
- esp32:esp32:featheresp32
118120
- rp2040:rp2040:rpipico
119121
- SparkFun:apollo3:sfe_artemis_thing_plus

0 commit comments

Comments
 (0)