matlab-actions / setup-matlab

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

Planned support for Windows? #18

Closed LaurentRDC closed 8 months ago

LaurentRDC commented 3 years ago

Hello,

This repo is awesome! I'm using it to test MATLAB support for pandoc-plot, but at this time only Linux machines are supported. Any plans to support Windows for Github-hosted runners?

Thanks!

H0R5E commented 1 year ago

@acampbel @davidbuzinski, just to let you know that I got the WEC-Sim test suite running successfully (example here).

The only remaining issue at the moment is that sometimes the MATLAB installation is taking a very long time (over an hour). It's not repeatable though.

Thanks for all your help.

Mat

davidbuzinski commented 1 year ago

@H0R5E that's great news! Thanks again for the feedback. We are definitely looking at ways to improve performance for new versions of the action and will keep you posted.

davidbuzinski commented 8 months ago

Hi all,

We have released a stable version 2 of all of our actions with Windows and macOS support. To use it, update all instances of setup-matlab, run-command, run-tests, and run-build with the v2 release. See our MATLAB Actions Overview page for examples.

Please feel free to create issues on the relevant repository if there are any additional questions or concerns about the update.

Thanks, David