Skip to content

Commit 9a4f315

Browse files
authored
Enable example builds in CI for arduino:mbed_nano:nano33ble. (#120)
There were some bad versions of arduino:mbed_nano that caused these builds to fail, so we disabled them. With the latest release, 4.0.10, the builds are successful, so we're re-enabling them.
1 parent 78478dd commit 9a4f315

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ jobs:
113113
- adafruit:samd:adafruit_feather_m4
114114
# The binary examples don't fit in the Uno's flash.
115115
# - arduino:avr:uno
116-
# TODO: Fix this. May require upstream fix.
117-
# - arduino:mbed_nano:nano33ble
116+
- arduino:mbed_nano:nano33ble
118117
- esp32:esp32:featheresp32
119118
- rp2040:rp2040:rpipico
120119
- SparkFun:apollo3:sfe_artemis_thing_plus

0 commit comments

Comments
 (0)