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 12, 2024
1 parent 0164879 commit 7fdec98
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dist/index.js

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

2 changes: 2 additions & 0 deletions packages/setup-ocaml/src/installer.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import * as os from "node:os";
import * as process from "node:process";

import * as core from "@actions/core";
Expand Down Expand Up @@ -35,6 +36,7 @@ export async function installer() {
}
core.exportVariable("OPAMCOLOR", "always");
core.exportVariable("OPAMCONFIRMLEVEL", "unsafe-yes");
core.exportVariable("OPAMDOWNLOADJOBS", os.cpus().length * 2);
core.exportVariable("OPAMERRLOGLEN", 0);
core.exportVariable("OPAMPRECISETRACKING", 1);
core.exportVariable("OPAMYES", 1);
Expand Down

0 comments on commit 7fdec98

Please sign in to comment.