Files
tinygltf/.github/workflows
Syoyo Fujita 9b56d2f600 Fix Windows CI: use msvc-dev-cmd + Ninja instead of hardcoded VS2022
windows-latest now resolves to the windows-2025-vs2026 image, which no
longer ships Visual Studio 2022: the 'Visual Studio 17 2022' CMake
generator and the hardcoded vcvars64.bat path both fail. Use
ilammy/msvc-dev-cmd (vswhere-based, version agnostic) to set up cl.exe
and the Ninja generator for the CMake jobs.
2026-07-31 22:09:06 +09:00
..