Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate committed May 15, 2024
1 parent 54bbf50 commit c995fd2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dist/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -104118,7 +104118,6 @@ async function setupOpamWindows() {
await core2.group("Initialise the opam state", async () => {
await initializeOpamWindows();
});
process3__namespace.env["PATH"] = originalPath.join(path4__namespace.delimiter);
}
async function setupOpam() {
if (PLATFORM === "win32") {
Expand Down
1 change: 0 additions & 1 deletion packages/setup-ocaml/src/opam.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ async function setupOpamWindows() {
await core.group("Initialise the opam state", async () => {
await initializeOpamWindows();
});
process.env["PATH"] = originalPath.join(path.delimiter);
}

export async function setupOpam() {
Expand Down

0 comments on commit c995fd2

Please sign in to comment.