mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-31 12:22:14 +03:00
Windows CI requestSingleInstanceLock() reliably fails because the USERPROFILE sanitization (needed for Next.js build) persists across steps. The lock mechanism uses a named pipe tied to userData path, which doesn't work with the synthetic USERPROFILE. Linux and macOS smoke tests remain required gates.