Skip to content

Commit 56fd265

Browse files
authored
Merge pull request #2647 from TheoCGaming/master
Enable ESP32-S3 support in Github Actions
2 parents 43535a6 + 76f8f12 commit 56fd265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
strategy:
156156
# devices to build for
157157
matrix:
158-
board: [ESP32, ESP8266_BOARD, ESP8266_4MB, ESP32C3_IDF4]
158+
board: [ESP32, ESP8266_BOARD, ESP8266_4MB, ESP32C3_IDF4, ESP32S3_IDF4]
159159
# try and build for all devices even if one fails
160160
fail-fast: false
161161
steps:

0 commit comments

Comments
 (0)