Skip to content

Commit e06c6e0

Browse files
committed
More aggressive opam clean
Signed-off-by: Sora Morimoto <sora@morimoto.io>
1 parent eb363c7 commit e06c6e0

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

dist/index.js

Lines changed: 2 additions & 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: 2 additions & 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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,8 @@ export async function saveOpamCache() {
209209
"--download-cache",
210210
"--logs",
211211
"--repo-cache",
212+
"--switch-cleanup",
213+
"--untracked",
212214
"--unused-repositories",
213215
]);
214216
const { key } = await composeOpamCacheKeys();

0 commit comments

Comments
 (0)