Skip to content

Commit 1060225

Browse files
committed
Fix options in workflow
1 parent 0b14aa6 commit 1060225

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/extension.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ on:
1414
required: false
1515
arch-list:
1616
type: choice
17-
options: ['x64', 'x86', 'x64, x86']
17+
options: ['x64', 'x86', 'x64,x86']
1818
description: 'Architectures to build'
1919
required: false
20-
default: 'x64, x86'
20+
default: 'x64,x86'
2121
ts-list:
2222
type: choice
23-
options: ['nts', 'ts', 'nts, ts']
23+
options: ['nts', 'ts', 'nts,ts']
2424
description: 'Thread safety to build'
2525
required: false
26-
default: 'nts, ts'
26+
default: 'nts,ts'
2727
args:
2828
description: 'Configure arguments'
2929
required: false

.github/workflows/pecl.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ on:
1414
required: false
1515
arch-list:
1616
type: choice
17-
options: ['x64', 'x86', 'x64, x86']
17+
options: ['x64', 'x86', 'x64,x86']
1818
description: 'Architectures to build'
1919
required: false
20-
default: 'x64, x86'
20+
default: 'x64,x86'
2121
ts-list:
2222
type: choice
23-
options: ['nts', 'ts', 'nts, ts']
23+
options: ['nts', 'ts', 'nts,ts']
2424
description: 'Thread safety to build'
2525
required: false
26-
default: 'nts, ts'
26+
default: 'nts,ts'
2727
args:
2828
description: 'Configure arguments'
2929
required: false

0 commit comments

Comments
 (0)