Skip to content

Commit

Permalink
Correct build targets for S2/S3 debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth committed Oct 21, 2024
1 parent 92286c8 commit 9d3442c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-clang-doxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
[
"magtag",
"metroesp32s2",
"metroesp32s3",
"metro_esp32s3",
"feather_esp32s2",
"feather_esp32s2_tft",
"feather_esp32s2_reverse_tft",
Expand Down Expand Up @@ -572,7 +572,7 @@ jobs:
"feather_esp32s3_tft_debug",
"wippersnapper_feather_esp32s3_reverse_tft_debug",
"metroesp32s2_debug",
"metroesp32s3_debug",
"metro_esp32s3_debug",
]
steps:
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 9d3442c

Please sign in to comment.