Skip to content

Commit 1922276

Browse files
authored
Update msbuild_arm64.yaml
1 parent 100b951 commit 1922276

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/msbuild_arm64.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v3
3232

33-
- name: Add MSBuild to PATH
34-
uses: microsoft/setup-msbuild@v1.0.2
33+
- name: Add msbuild to PATH
34+
uses: microsoft/setup-msbuild@v2
3535
with:
36-
msbuild-architecture: 'arm64'
36+
msbuild-architecture: arm64
3737

3838
- name: Install html-help-workshop, sed, innosetup
3939
run: |

0 commit comments

Comments
 (0)