Skip to content

Commit

Permalink
尝试修复打包
Browse files Browse the repository at this point in the history
  • Loading branch information
lindexi committed Dec 6, 2023
1 parent bcf34dc commit aa69df5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:

steps:
- uses: actions/checkout@v1
- uses: thepwrtank18/install-vs-components@v1
- name: Install VS Components
uses: thepwrtank18/[email protected]
with:
components: Microsoft.Component.CodeAnalysis.SDK,Microsoft.Component.MSBuild,Microsoft.Component.VC.Runtime.UCRTSDK,Microsoft.Net.Component.4.6.2.SDK,Microsoft.Net.Component.4.7.2.TargetingPack,Microsoft.NetCore.Component.DevelopmentTools,Microsoft.NetCore.Component.SDK,Microsoft.VisualStudio.Component.Git,Microsoft.VisualStudio.Component.NuGet,Microsoft.VisualStudio.Component.Roslyn.Compiler,Microsoft.VisualStudio.Component.Roslyn.LanguageServices,Microsoft.VisualStudio.Component.TextTemplating,Microsoft.VisualStudio.Component.VC.ATL,Microsoft.VisualStudio.Component.VC.ATLMFC,Microsoft.VisualStudio.Component.VC.CLI.Support,Microsoft.VisualStudio.Component.VC.CoreIde,Microsoft.VisualStudio.Component.VC.Modules.x86.x64,Microsoft.VisualStudio.Component.VC.Redist.14.Latest,Microsoft.VisualStudio.Component.VC.Tools.x86.x64,Microsoft.VisualStudio.Component.VSSDK,Microsoft.VisualStudio.Component.Windows10SDK.19041
- name: Build
Expand Down

0 comments on commit aa69df5

Please sign in to comment.