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

chmod may not be available on a Windows self-hosted runner #120

Open
mcafaro opened this issue Aug 22, 2024 · 0 comments · May be fixed by #124
Open

chmod may not be available on a Windows self-hosted runner #120

mcafaro opened this issue Aug 22, 2024 · 0 comments · May be fixed by #124
Assignees

Comments

@mcafaro
Copy link
Member

mcafaro commented Aug 22, 2024

We currently assume chmod is available on Windows runners here (and possibly elsewhere):

const exitCode = await exec.exec(`chmod +x ${path.join(cachedPath, 'matlab-batch'+matlabBatchExt)}`);

It's unlikely that Windows self-hosted runners have chmod and chmod may not even be necessary to run before executing binaries on Windows.

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.

2 participants