Skip to content

Commit

Permalink
ci更新
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongyang219 committed Jan 8, 2025
1 parent 008cbf9 commit 791f5fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v3

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.1.3
uses: microsoft/setup-msbuild@v2

- name: Run msbuild
run: msbuild -p:configuration=release -p:platform=x64 -p:platformToolset=v142
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v3

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.1.3
uses: microsoft/setup-msbuild@v2

- name: Run msbuild
run: msbuild -p:configuration=release -p:platform=x86 -p:platformToolset=v142
Expand Down

0 comments on commit 791f5fc

Please sign in to comment.