Skip to content

Commit 7f16c04

Browse files
committed
dune cache is enabled by default from 3.17
Signed-off-by: Sora Morimoto <sora@morimoto.io>
1 parent 6837ea3 commit 7f16c04

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

dist/index.js

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

packages/setup-ocaml/src/installer.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,7 @@ export async function installer() {
8484
if (DUNE_CACHE) {
8585
await restoreDuneCache();
8686
await installDune();
87-
core.exportVariable("DUNE_CACHE", "enabled");
8887
core.exportVariable("DUNE_CACHE_ROOT", DUNE_CACHE_ROOT);
89-
core.exportVariable("DUNE_CACHE_STORAGE_MODE", "hardlink");
90-
core.exportVariable("DUNE_CACHE_TRANSPORT", "direct");
9188
}
9289
core.exportVariable("CLICOLOR_FORCE", "1");
9390
if (OPAM_PIN) {

0 commit comments

Comments
 (0)