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 2f00658 commit 58f18b6Copy full SHA for 58f18b6
packages/setup-ocaml/src/unix.ts
@@ -1,5 +1,5 @@
1
import { exec, getExecOutput } from "@actions/exec";
2
-import { PLATFORM, RUNNER_ENVIRONMENT, CONTAINER_RUNNER } from "./constants.js";
+import { CONTAINER_RUNNER, PLATFORM, RUNNER_ENVIRONMENT } from "./constants.js";
3
4
async function checkAptInstallability(packageName: string) {
5
const output = await getExecOutput("sudo", [
0 commit comments