Skip to content
This repository was archived by the owner on Jul 3, 2024. It is now read-only.

Commit 24968cf

Browse files
fix(cd): removed deprecated vscode target
1 parent b24f1c0 commit 24968cf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/publish-extension-auto.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ jobs:
6161
- os: windows-latest
6262
target: x86_64-pc-windows-msvc
6363
code-target: win32-x64
64-
- os: windows-latest
65-
target: i686-pc-windows-msvc
66-
code-target: win32-ia32
64+
#- os: windows-latest
65+
# target: i686-pc-windows-msvc
66+
# code-target: win32-ia32
6767
- os: windows-latest
6868
target: aarch64-pc-windows-msvc
6969
code-target: win32-arm64

.github/workflows/publish-extension-manual.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ jobs:
5050
- os: windows-latest
5151
target: x86_64-pc-windows-msvc
5252
code-target: win32-x64
53-
- os: windows-latest
54-
target: i686-pc-windows-msvc
55-
code-target: win32-ia32
53+
#- os: windows-latest
54+
# target: i686-pc-windows-msvc
55+
# code-target: win32-ia32
5656
- os: windows-latest
5757
target: aarch64-pc-windows-msvc
5858
code-target: win32-arm64

0 commit comments

Comments
 (0)