Skip to content

Commit

Permalink
update rmc and use new run-command
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbuzinski committed Nov 3, 2023
1 parent e95d535 commit aa253e5
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Binary file modified dist/bin/glnxa64/run-matlab-command
Binary file not shown.
Binary file modified dist/bin/maci64/run-matlab-command
Binary file not shown.
Binary file modified dist/bin/win64/run-matlab-command.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async function run() {
};

const command = buildtool.generateCommand(options);
const startupOptions = core.getInput("startup-options").split(" ");
const startupOptions = core.getInput("startup-options");

const helperScript = await core.group("Generate script", async () => {
const helperScript = await matlab.generateScript(workspaceDir, command);
Expand Down

0 comments on commit aa253e5

Please sign in to comment.