Skip to content

Commit

Permalink
VS github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
danoli3 committed May 26, 2024
1 parent a98d4c2 commit 3d0997e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-vs2022-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Clone repository
uses: actions/checkout@v4
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1.1
uses: microsoft/setup-msbuild@v2
- name: Determine Release
id: vars
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-vs2022-arm64ec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Clone repository
uses: actions/checkout@v4
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1.1
uses: microsoft/setup-msbuild@v2
- name: Determine Release
id: vars
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-vs2022-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Clone repository
uses: actions/checkout@v4
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1.1
uses: microsoft/setup-msbuild@v2
- name: Determine Release
id: vars
shell: bash
Expand Down

0 comments on commit 3d0997e

Please sign in to comment.