matlab-actions / setup-matlab

Set up your GitHub Actions workflow with a specific version of MATLAB.
BSD 3-Clause "New" or "Revised" License
75 stars 9 forks source link

Don't add the sudo prefix if sudo is not on the path #78

Closed sameagen-MW closed 8 months ago

sameagen-MW commented 8 months ago

This change makes it so the prefix sudo -E is not added to the bash command if sudo is not on the machine's path.