mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-07-26 15:54:12 +00:00
The 'Install Glib' step in the Windows Simulator demo jobs (corePKCS11, core libraries, FreeRTOS+TCP) hardcoded the VS 2022 *Enterprise* path to Launch-VsDevShell.ps1. The GitHub windows-latest runner image no longer provides Visual Studio under that edition path, so the step fails with 'Launch-VsDevShell.ps1 ... is not recognized' and all three WinSim demo jobs error out. Use vswhere.exe (which lives at a fixed, edition-independent location) to discover the VS installation path at runtime, then invoke the located Launch-VsDevShell.ps1.