mise-action/.github
jdx b8f8b694da
fix: use workspace-local mise dir on Windows for cache compatibility
@actions/cache uses @actions/glob internally to resolve cache paths,
which fails when the path is on a different drive than GITHUB_WORKSPACE.
On Windows CI runners, GITHUB_WORKSPACE is typically on D: while
LOCALAPPDATA (the previous default) is on C:, causing saveCache to
throw "Path Validation Error" on cold caches.

Default to GITHUB_WORKSPACE/.mise on Windows so the cache path is
always on the same drive as the workspace.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-11 17:02:26 +00:00
..
linters feat: support windows (#122) 2024-09-25 21:27:52 +00:00
workflows fix: use workspace-local mise dir on Windows for cache compatibility 2026-04-11 17:02:26 +00:00
renovate.json feat: use autofix.ci to auto-update dist/ on all PRs 2025-10-31 09:43:48 -05:00