Try fix windows ci

This commit is contained in:
一线灵 2022-04-24 20:08:48 +08:00 committed by GitHub
parent d5b5a54223
commit e8f6ea09e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ if($BUILD_ARCH -eq "x86") {
$CONFIG_ALL_OPTIONS += '-A', 'Win32'
}
cmake -S . -B build_$BUILD_ARCH $CONFIG_ALL_OPTIONS -DAX_ENABLE_EXT_IMGUI=ON
cmake -S . -B build_$BUILD_ARCH $CONFIG_ALL_OPTIONS -Thost=x64 -DAX_ENABLE_EXT_IMGUI=ON
cmake --build build_$BUILD_ARCH --config Release --target cpp-tests
cmake --build build_$BUILD_ARCH --config Release --target lua-tests