Skip to content

Commit

Permalink
Fix esp32-s3 board name
Browse files Browse the repository at this point in the history
Signed-off-by: Sara Damiano <[email protected]>
  • Loading branch information
SRGDamia1 committed Jan 8, 2025
1 parent a1f4ae6 commit b5587ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
if: ${{ ! contains(github.event.head_commit.message, 'ci skip') }}
uses: EnviroDIY/workflows/.github/workflows/build_examples.yaml@main
with:
boards_to_build: mayfly,envirodiy_stonefly_m4,megaatmega2560,zeroUSB,mkrvidor4000,uno_wifi_rev2,nano_every,arduino_nano_esp32,uno_r4_wifi,nano33ble,portenta_h7_m7,adafruit_feather_m0,adafruit_feather_m4,adafruit_grandcentral_m4,huzzah,featheresp32,adafruit_feather_f405,nodemcu,nodemcuv2,esp32dev,esp32-s3
boards_to_build: mayfly,envirodiy_stonefly_m4,megaatmega2560,zeroUSB,mkrvidor4000,uno_wifi_rev2,nano_every,arduino_nano_esp32,uno_r4_wifi,nano33ble,portenta_h7_m7,adafruit_feather_m0,adafruit_feather_m4,adafruit_grandcentral_m4,huzzah,featheresp32,adafruit_feather_f405,nodemcu,nodemcuv2,esp32dev,esp32-s3-devkitm-1
examples_to_build: all
secrets: inherit

1 comment on commit b5587ab

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lint_errors

Please sign in to comment.