Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aiqinxuancai authored Feb 4, 2024
1 parent 60368ca commit 26b1000
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set System Locale to Chinese
run: |
Set-WinSystemLocale zh-CN
Set-WinUserLanguageList zh-CN -Force
- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1.1

Expand Down

0 comments on commit 26b1000

Please sign in to comment.