From b8903bf05e106f70a6a3b72ad30005dcaac1a4a9 Mon Sep 17 00:00:00 2001 From: jingjingxyk Date: Tue, 7 May 2024 18:47:02 +0800 Subject: [PATCH] update --- .github/workflows/windows-native.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/windows-native.yml b/.github/workflows/windows-native.yml index 974b3b782b..a4a26be45f 100644 --- a/.github/workflows/windows-native.yml +++ b/.github/workflows/windows-native.yml @@ -61,7 +61,6 @@ jobs: vs_buildtools.exe --norestart --force --passive vs_buildtools.exe --norestart --force --passive --verify VisualStudioSetup.exe --locale en-US --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --add Microsoft.Component.MSBuild --add Microsoft.VisualStudio.Component.Roslyn.Compiler --add Microsoft.Component.MSBuild --add Microsoft.VisualStudio.Component.CoreBuildTools --add Microsoft.VisualStudio.Workload.MSBuildTools --path install="D:\VS" --path cache="D:\VS\cache" --path shared="D:\VS\shared" --norestart --force --passive - :: VisualStudioSetup.exe --locale en-US --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --add Microsoft.Component.MSBuild --add Microsoft.VisualStudio.Component.Roslyn.Compiler --add Microsoft.Component.MSBuild --add Microsoft.VisualStudio.Component.CoreBuildTools --add Microsoft.VisualStudio.Workload.MSBuildTools --path install="D:\VS" --path cache="D:\VS\cache" --path shared="D:\VS\shared" --quiet --norestart --force --verify - uses: microsoft/setup-msbuild@v2 with: