Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto committed Jun 14, 2024
1 parent 1ab33f8 commit fd50cfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

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

2 changes: 1 addition & 1 deletion packages/setup-ocaml/src/installer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export async function installer() {
await installDune();
core.exportVariable("DUNE_CACHE", "enabled");
core.exportVariable("DUNE_CACHE_ROOT", DUNE_CACHE_ROOT);
core.exportVariable("DUNE_CACHE_STORAGE_MODE", "copy");
core.exportVariable("DUNE_CACHE_STORAGE_MODE", "hardlink");
core.exportVariable("DUNE_CACHE_TRANSPORT", "direct");
}
const fnames = await getOpamLocalPackages();
Expand Down

0 comments on commit fd50cfe

Please sign in to comment.