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

Support for 2024a #105

Closed stauffenberg2020 closed 6 months ago

stauffenberg2020 commented 6 months ago

Hi Mathworks,

Do you know when the support for 2024a is in plan?

Thanks in advance

stauffenberg2020 commented 6 months ago

Just to give you more info, I get the following error when typing any matlab command in my private repo

/home/runner/.MathWorks/ServiceHost/fv-az1661-914/v2024.2.0.3/mci/bin/glnxa64/InstallMathWorksServiceHost: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory

mcafaro commented 6 months ago

@stauffenberg2020 are you using a self-hosted runner? R2024a is now available with setup-matlab@v2.

stauffenberg2020 commented 6 months ago

@mcafaro , No, The above error was from Github-hosted runner. In one of the first steps, It was also showing the following message

Dependencies are not available for MATLAB 'r2024a'. Using dependencies for 'R2023b'.

mcafaro commented 6 months ago

Is everything working now? How are you activating MATLAB in a private repository?

stauffenberg2020 commented 6 months ago

It works now. Thanks