File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -104118,7 +104118,6 @@ async function setupOpamWindows() {
104118
104118
await core2.group("Initialise the opam state", async () => {
104119
104119
await initializeOpamWindows();
104120
104120
});
104121
- process3__namespace.env["PATH"] = originalPath.join(path4__namespace.delimiter);
104122
104121
}
104123
104122
async function setupOpam() {
104124
104123
if (PLATFORM === "win32") {
Original file line number Diff line number Diff line change @@ -251,7 +251,6 @@ async function setupOpamWindows() {
251
251
await core . group ( "Initialise the opam state" , async ( ) => {
252
252
await initializeOpamWindows ( ) ;
253
253
} ) ;
254
- process . env [ "PATH" ] = originalPath . join ( path . delimiter ) ;
255
254
}
256
255
257
256
export async function setupOpam ( ) {
You can’t perform that action at this time.
0 commit comments