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 791f5fc commit 7e30d8f
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 @@ -11,7 +11,7 @@ jobs:
uses: microsoft/setup-msbuild@v2

- name: Run msbuild
run: msbuild -p:configuration=release -p:platform=x64 -p:platformToolset=v142
run: msbuild -p:configuration=release -p:platform=x64 -p:platformToolset=v143

- name: Get current time
uses: josStorer/[email protected]
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
uses: microsoft/setup-msbuild@v2

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

- name: Get current time
uses: josStorer/[email protected]
Expand Down

0 comments on commit 7e30d8f

Please sign in to comment.