Skip to content

Commit c995fd2

Browse files
committed
test
1 parent 54bbf50 commit c995fd2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

dist/index.cjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104118,7 +104118,6 @@ async function setupOpamWindows() {
104118104118
await core2.group("Initialise the opam state", async () => {
104119104119
await initializeOpamWindows();
104120104120
});
104121-
process3__namespace.env["PATH"] = originalPath.join(path4__namespace.delimiter);
104122104121
}
104123104122
async function setupOpam() {
104124104123
if (PLATFORM === "win32") {

packages/setup-ocaml/src/opam.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@ async function setupOpamWindows() {
251251
await core.group("Initialise the opam state", async () => {
252252
await initializeOpamWindows();
253253
});
254-
process.env["PATH"] = originalPath.join(path.delimiter);
255254
}
256255

257256
export async function setupOpam() {

0 commit comments

Comments
 (0)