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

setup-matlab 2.0 on Windows: no such file or directory: .keep #90

Closed zaikunzhang closed 7 months ago

zaikunzhang commented 7 months ago

Hi, thank you for releasing setup-matlab 2.0.

I have been encountering an error as follows.

https://github.com/equipez/setup_mex/actions/runs/7840873641/job/21396197866

Run matlab-actions/setup-matlab@v2.0.0
Setting up MATLAB
Error: Error: no such file or directory: .keep

Thank you for taking a look.

Best regards, Zaikun

zaikunzhang commented 7 months ago

Workaround: set cache: true and remove the manual caching. See https://github.com/matlab-actions/setup-matlab/issues/91#issuecomment-1938766142