mirror of
https://github.com/jdx/mise-action.git
synced 2026-05-14 22:00:34 +00:00
@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> |
||
|---|---|---|
| .. | ||
| linters | ||
| workflows | ||
| renovate.json | ||