Skip to content

Commit 60f5f0e

Browse files
authored
Update manual_dist.yml to default select RT_USING_PUNY_FFS
1 parent 9fd71b3 commit 60f5f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/manual_dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ on:
3838
description: 'Type a config you want mannual test in .config, like: CONFIG_RT_USING_DEBUG=y,CONFIG_RT_DEBUGING_COLOR=y,CONFIG_RT_DEBUGING_CONTEXT=y'
3939
required: false
4040
type: string
41-
default: 'CONFIG_RT_USING_DEBUG=y,CONFIG_RT_DEBUGING_COLOR=y,CONFIG_RT_DEBUGING_CONTEXT=y'
41+
default: 'RT_USING_TINY_FFS=n,RT_USING_PUNY_FFS=y,CONFIG_RT_USING_DEBUG=y,CONFIG_RT_DEBUGING_COLOR=y,CONFIG_RT_DEBUGING_CONTEXT=y'
4242
dist_flag:
4343
description: 'True to dist all bsp, False not dist'
4444
required: true

0 commit comments

Comments
 (0)