File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 70
70
uses : actions/checkout@v4
71
71
72
72
- 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).
73
75
if : ${{ needs.build_ci_docker_image.result == 'success' }}
74
76
uses : ./.github/actions/load-ci-image
75
77
@@ -113,7 +115,9 @@ jobs:
113
115
- adafruit:samd:adafruit_feather_m4
114
116
# The binary examples don't fit in the Uno's flash.
115
117
# - 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
117
121
- esp32:esp32:featheresp32
118
122
- rp2040:rp2040:rpipico
119
123
- SparkFun:apollo3:sfe_artemis_thing_plus
You can’t perform that action at this time.
0 commit comments