From e1d45c73e8c9efc2c3f15d1878544106ff6869e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E4=BC=A0=E8=8F=B2?= Date: Fri, 15 Mar 2024 13:58:08 +0800 Subject: [PATCH] test --- .github/workflows/container.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 228524db..30361932 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -83,7 +83,9 @@ jobs: echo "---------Install gn-------------------" Invoke-WebRequest -Uri 'https://chrome-infra-packages.appspot.com/dl/gn/gn/windows-amd64/+/latest' -OutFile '.\gn-windows-amd64.zip' Expand-Archive -Path '.\gn-windows-amd64.zip' -DestinationPath 'C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\Llvm\bin' - + echo "--------------------Install Ninja-build.Ninja ---------------------------" + winget search ninja + inget install --source winget --id Ninja-build.Ninja echo "---------------Install VisualStudio.2022---------------------- " winget install --source winget --id Microsoft.VisualStudio.2022.Community --override "--quiet --add Microsoft.VisualStudio.Workload.NativeDesktop --add Microsoft.VisualStudio.Component.VC.ATLMFC --add Microsoft.VisualStudio.Component.Windows11SDK.22621 --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --add Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Llvm.Clang --includeRecommended"