File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 14
14
required : false
15
15
arch-list :
16
16
type : choice
17
- options : ['x64', 'x86', 'x64, x86']
17
+ options : ['x64', 'x86', 'x64,x86']
18
18
description : ' Architectures to build'
19
19
required : false
20
- default : ' x64, x86'
20
+ default : ' x64,x86'
21
21
ts-list :
22
22
type : choice
23
- options : ['nts', 'ts', 'nts, ts']
23
+ options : ['nts', 'ts', 'nts,ts']
24
24
description : ' Thread safety to build'
25
25
required : false
26
- default : ' nts, ts'
26
+ default : ' nts,ts'
27
27
args :
28
28
description : ' Configure arguments'
29
29
required : false
Original file line number Diff line number Diff line change 14
14
required : false
15
15
arch-list :
16
16
type : choice
17
- options : ['x64', 'x86', 'x64, x86']
17
+ options : ['x64', 'x86', 'x64,x86']
18
18
description : ' Architectures to build'
19
19
required : false
20
- default : ' x64, x86'
20
+ default : ' x64,x86'
21
21
ts-list :
22
22
type : choice
23
- options : ['nts', 'ts', 'nts, ts']
23
+ options : ['nts', 'ts', 'nts,ts']
24
24
description : ' Thread safety to build'
25
25
required : false
26
- default : ' nts, ts'
26
+ default : ' nts,ts'
27
27
args :
28
28
description : ' Configure arguments'
29
29
required : false
You can’t perform that action at this time.
0 commit comments