Skip to content

Commit 43e8edc

Browse files
committed
feat(action): remove unsupported chips
1 parent 23f0179 commit 43e8edc

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/build_sdk_manual_v3.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,9 @@ on:
66
target:
77
type: choice
88
description: Choose Target
9-
default: 'all'
9+
default: 'esp32s3'
1010
options:
11-
- 'all'
12-
- 'esp32'
13-
- 'esp32s2'
1411
- 'esp32s3'
15-
- 'esp32c3'
16-
- 'esp32c6'
17-
- 'esp32h6'
1812
log_level:
1913
type: choice
2014
description: Choose Log Level

0 commit comments

Comments
 (0)