We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2bcd8d commit f5e1c3cCopy full SHA for f5e1c3c
.github/workflows/msbuild_arm64.yaml
@@ -54,7 +54,7 @@ jobs:
54
working-directory: ${{env.GITHUB_WORKSPACE}}
55
# Add additional options to the MSBuild command line here (like platform or verbosity level).
56
# 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}}
+ run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:Platform=ARM64 ${{env.SOLUTION_FILE_PATH}}
58
59
- name: Build InnoSetup installers
60
0 commit comments