Skip to content

Commit fb79712

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

+5-1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ jobs:
7070
uses: actions/checkout@v4
7171

7272
- name: Load CI Docker image
73+
# Only load the Docker image artifact if build_ci_docker_image actually
74+
# ran (e.g. it wasn't skipped and was successful).
7375
if: ${{ needs.build_ci_docker_image.result == 'success' }}
7476
uses: ./.github/actions/load-ci-image
7577

@@ -113,7 +115,9 @@ jobs:
113115
- adafruit:samd:adafruit_feather_m4
114116
# The binary examples don't fit in the Uno's flash.
115117
# - arduino:avr:uno
116-
- arduino:mbed_nano:nano33ble
118+
# The mbed_nano platform generates compiler warning.
119+
# https://github.com/arduino/ArduinoCore-mbed/issues/1024
120+
# - arduino:mbed_nano:nano33ble
117121
- esp32:esp32:featheresp32
118122
- rp2040:rp2040:rpipico
119123
- SparkFun:apollo3:sfe_artemis_thing_plus

0 commit comments

Comments
 (0)