From 31cf8496fada230575a7bea8c42e53356f759c85 Mon Sep 17 00:00:00 2001 From: nvarner Date: Wed, 1 Nov 2023 01:36:35 -0400 Subject: [PATCH] Don't build for VS Code target win32-ia32 Based on microsoft/vscode-vsce#908 and microsoft/vscode#195559, it appears that extensions should no longer be published for the now removed win32-ia32 target. --- .github/workflows/full_build.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/full_build.yml b/.github/workflows/full_build.yml index 92a42637..96c52f5a 100644 --- a/.github/workflows/full_build.yml +++ b/.github/workflows/full_build.yml @@ -15,11 +15,6 @@ jobs: vs-code-target: win32-x64 features: - - os: windows-latest - rust-target: i686-pc-windows-msvc - vs-code-target: win32-ia32 - features: - # Ring fails to compile on this target, so don't use rustls - os: windows-latest rust-target: aarch64-pc-windows-msvc