Skip to content

Commit 25d17b8

Browse files
authored
Merge pull request #226 from cnblogs/remove-win32-ia32
build: remove win32-ia32 target
2 parents 5ec88f2 + 8d10f70 commit 25d17b8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/marketplace-publish.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@ jobs:
1919
- os: windows-latest
2020
platform: win32
2121
arch: x64
22-
npm_config_arch: x64
23-
- os: windows-latest
24-
platform: win32
25-
arch: ia32
26-
npm_config_arch: ia32
22+
npm_config_arch: x64
2723
- os: windows-latest
2824
platform: win32
2925
arch: arm64

0 commit comments

Comments
 (0)