Skip to content

Commit f5e1c3c

Browse files
authored
Update msbuild_arm64.yaml
1 parent d2bcd8d commit f5e1c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/msbuild_arm64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
working-directory: ${{env.GITHUB_WORKSPACE}}
5555
# Add additional options to the MSBuild command line here (like platform or verbosity level).
5656
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
57-
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:Platform=x64 ${{env.SOLUTION_FILE_PATH}}
57+
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:Platform=ARM64 ${{env.SOLUTION_FILE_PATH}}
5858

5959
- name: Build InnoSetup installers
6060
working-directory: ${{env.GITHUB_WORKSPACE}}

0 commit comments

Comments
 (0)