Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
aiqinxuancai committed Feb 4, 2024
1 parent 4ea5cb6 commit 83813ad
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ jobs:

- name: Set System Locale to Chinese
run: |
$languageList = New-Object System.Collections.Generic.List[Microsoft.InternationalSettings.Commands.WinUserLanguage]
$languageList.Add((New-Object Microsoft.InternationalSettings.Commands.WinUserLanguage -ArgumentList "zh-CN"))
Set-WinUserLanguageList $languageList -Force
# 设置系统代码页为简体中文
Set-WinSystemLocale zh-CN
- name: Add MSBuild to PATH
Expand Down

0 comments on commit 83813ad

Please sign in to comment.