Skip to content

Commit e8cc1e5

Browse files
committed
Update install.ts
1 parent ac47fac commit e8cc1e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/install.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,11 @@ export async function install(platform: string, release: string, products: strin
5151
if (exitCode !== 0) {
5252
return Promise.reject(Error(`MPM exited with non-zero code ${exitCode}`));
5353
}
54-
core.addPath("/opt/matlab/" + release + "/bin");
54+
5555

5656
});
5757

58+
core.addPath("/opt/matlab/" + release + "/bin");
5859
await script.downloadAndRunScript(platform, properties.matlabBatchInstallerUrl, []);
5960

6061
await core.group("Saving MATLAB to cache", async () => {

0 commit comments

Comments
 (0)