We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb5a816 commit 6fccad9Copy full SHA for 6fccad9
src/installer.ts
@@ -1,8 +1,8 @@
1
import * as core from "@actions/core";
2
+import * as exec from "@actions/exec";
3
import * as tc from "@actions/tool-cache";
-import * as os from "os";
4
import * as fs from "fs";
5
-import * as exec from "@actions/exec";
+import * as os from "os";
6
import * as path from "path";
7
import * as util from "util";
8
src/setup-ocaml.ts
@@ -1,6 +1,5 @@
import * as installer from "./installer";
-import * as path from "path";
async function run() {
try {
0 commit comments