Skip to content

Commit

Permalink
Update mill cache directory (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab authored Dec 14, 2022
1 parent 74993c0 commit 47ea427
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Cached when sbt files are found (any of `*.sbt`, `project/**.scala`, `project/**

Add files to take into account in its cache key via [`extraSbtFiles`](#extrasbtfiles).

### `~/.mill`
### `~/.cache/mill`

Cached when mill files are found (any of `.mill-version`, `./mill`).

Expand Down
2 changes: 1 addition & 1 deletion src/restore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ async function restoreMillCache(
): Promise<void> {
await restoreCache(
'mill',
['~/.mill'],
['~/.cache/mill'],
inputFiles,
job,
extraSharedKey,
Expand Down

0 comments on commit 47ea427

Please sign in to comment.