ci: fix config after circleci config change
Looks like an empty argument is now the same as no argument. And circleci complains about argument missing. Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
00b3685bb4
commit
357b7df6ab
|
@ -10,7 +10,7 @@ commands:
|
|||
parameters:
|
||||
build-config:
|
||||
type: string
|
||||
default:
|
||||
default: ""
|
||||
cc:
|
||||
type: string
|
||||
default: cc
|
||||
|
@ -89,7 +89,6 @@ jobs:
|
|||
steps:
|
||||
- build:
|
||||
cc: clang
|
||||
build-config:
|
||||
clang_minimal:
|
||||
executor: e
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue