You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Several places in the
setup-matlab
action we assume that we're using a bash shell withexec
, 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
The text was updated successfully, but these errors were encountered: