Skip to content

Commit 01a166b

Browse files
authored
Merge pull request #889 from ocaml/better-opam-cache-clean
More aggressive opam clean
2 parents eb363c7 + 94acae8 commit 01a166b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

dist/index.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/post/index.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/setup-ocaml/src/cache.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ export async function saveOpamCache() {
209209
"--download-cache",
210210
"--logs",
211211
"--repo-cache",
212+
"--untracked",
212213
"--unused-repositories",
213214
]);
214215
const { key } = await composeOpamCacheKeys();

0 commit comments

Comments
 (0)