Skip to content

Commit

Permalink
Merge pull request #889 from ocaml/better-opam-cache-clean
Browse files Browse the repository at this point in the history
More aggressive opam clean
  • Loading branch information
smorimoto authored Nov 9, 2024
2 parents eb363c7 + 94acae8 commit 01a166b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/post/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/setup-ocaml/src/cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ export async function saveOpamCache() {
"--download-cache",
"--logs",
"--repo-cache",
"--untracked",
"--unused-repositories",
]);
const { key } = await composeOpamCacheKeys();
Expand Down

0 comments on commit 01a166b

Please sign in to comment.