Specify x64 platform when building with Windows in github actions

This commit is contained in:
Graham Pentheny
2026-02-08 13:42:00 -05:00
parent 0312fbc12b
commit 308324723c
2 changed files with 2 additions and 2 deletions

View File

@@ -164,7 +164,7 @@ jobs:
- name: Build
working-directory: RecastDemo/Build/${{matrix.vs-version}}
run: msbuild RecastDemo.vcxproj -property:Configuration=${{matrix.conf}}
run: msbuild RecastDemo.vcxproj -property:Configuration=${{matrix.conf}} -property:Platform=x64
windows-cmake:
strategy:

View File

@@ -96,7 +96,7 @@ jobs:
- name: Build
working-directory: RecastDemo/Build/vs2022
run: msbuild Tests.vcxproj -property:Configuration=Debug
run: msbuild Tests.vcxproj -property:Configuration=Debug -property:Platform=x64
- name: Run Tests
working-directory: RecastDemo/Bin/