Skip to content

Commit 3154d82

Browse files
authoredMar 14, 2025
Update wrapper_windows-build.yml
1 parent a22afb1 commit 3154d82

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed
 

‎.github/workflows/wrapper_windows-build.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,12 @@ on:
1818
type: boolean
1919
description: Build aarch64; does NOT comportable with pgo
2020
required: true
21-
bit-32:
22-
type: boolean
23-
description: Build 32bit; does NOT comportable with aarch64
24-
required: true
2521

26-
run-name: ${{fromJSON('["[NO PGO]","[PGO]"]')[inputs.profgen]}} Windows ${{fromJson('["AMD","AARCH"]')[inputs.aarch64]}} ${{fromJson('["64bit","32bit"]')[inputs.bit-32]}} build
22+
run-name: ${{fromJSON('["[NO PGO]","[PGO]"]')[inputs.profgen]}} Windows ${{fromJson('["AMD","AARCH"]')[inputs.aarch64]}} 64bit build
2723
jobs:
2824
windows-build:
29-
name: win-${{fromJson('["no_pgo","pgo"]')[inputs.profgen]}}-${{fromJson('["AMD","AARCH"]')[inputs.aarch64]}}-${{fromJson('["64bit","32bit"]')[inputs.bit-32]}}
25+
name: win-${{fromJson('["no_pgo","pgo"]')[inputs.profgen]}}-${{fromJson('["AMD","AARCH"]')[inputs.aarch64]}}-64bit
3026
uses: ./.github/workflows/windows-build.yml
3127
with:
3228
profgen: ${{inputs.profgen}}
3329
aarch64: ${{inputs.aarch64}}
34-
build32bit: ${{inputs.bit-32}}

0 commit comments

Comments
 (0)
Please sign in to comment.