Skip to content

Commit 58f18b6

Browse files
committed
yarn fix
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 2f00658 commit 58f18b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/setup-ocaml/src/unix.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { exec, getExecOutput } from "@actions/exec";
2-
import { PLATFORM, RUNNER_ENVIRONMENT, CONTAINER_RUNNER } from "./constants.js";
2+
import { CONTAINER_RUNNER, PLATFORM, RUNNER_ENVIRONMENT } from "./constants.js";
33

44
async function checkAptInstallability(packageName: string) {
55
const output = await getExecOutput("sudo", [

0 commit comments

Comments
 (0)