Files
Eric Kilmer 8243a7b4b4 Fix ccache for Windows in GitHub Actions
- Add TrackFileAccess=false to CMAKE_VS_GLOBALS in ccache-msvc.cmake
  to prevent MSBuild from tracking ccache files as build outputs
- Move Windows ccache directory to %TEMP% to avoid Visual Studio's
  file tracking triggering unnecessary rebuilds
- Update cache action path to use platform-specific locations

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-24 09:26:48 -05:00
..