We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45d14b8 commit fb79712Copy full SHA for fb79712
.github/workflows/note-arduino-ci.yml
@@ -70,6 +70,8 @@ jobs:
70
uses: actions/checkout@v4
71
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).
75
if: ${{ needs.build_ci_docker_image.result == 'success' }}
76
uses: ./.github/actions/load-ci-image
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.
117
# - arduino:avr:uno
- - 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
121
- esp32:esp32:featheresp32
122
- rp2040:rp2040:rpipico
123
- SparkFun:apollo3:sfe_artemis_thing_plus
0 commit comments