Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Job fails when attempting to run chmod on Windows runner #123

Open
sameagen-MW opened this issue Aug 27, 2024 · 0 comments · May be fixed by #124
Open

Job fails when attempting to run chmod on Windows runner #123

sameagen-MW opened this issue Aug 27, 2024 · 0 comments · May be fixed by #124
Assignees

Comments

@sameagen-MW
Copy link
Contributor

sameagen-MW commented Aug 27, 2024

Several places in the setup-matlab action we assume that we're using a bash shell with exec, but this will not necessarily be true for self-hosted and leads to errors if bash is not on the path.

Places where we call commands that are not guaranteed to be on path:

  • script.ts - bash
  • mpm.ts - chmod
  • matlab.ts - chmod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant