Closed traversaro closed 9 months ago
Another job in which I am experiencing this is https://github.com/robotology/idyntree/blob/master/.github/workflows/matlab.yml .
Hi @traversaro,
Thanks for the report. We are looking into it.
Best, Mark
Thanks for the feedback @mcafaro !
Probably related PR: https://github.com/osqp/osqp-matlab/pull/51 .
also saw this error on windows-2019 with MATLAB latest https://github.com/fangq/jsonlab/actions/runs/6669729937/job/18128129445
This issue should hopefully be resolved. Can you please give it a try and report back?
This issue should hopefully be resolved. Can you please give it a try and report back?
Thanks, I opened https://github.com/robotology/robotology-superbuild/pull/1593 to check this . It is supposed to be solved in general or just for v2? No problem in updating to v2, just to understand.
It should be resolved on both v1 and v2.
Everything seems to be working fine, thanks a lot! Let's close the issue, if anyone experience something similar feel free to re-open or open a new issue.
I have a GitHub Action job that frequently (around 4 times out of 5) on with release: latest on a step that uses
matlab-actions/run-command@v1
with error:other job that use R2022a or R2022b work fine all the time.
The job is https://github.com/robotology/robotology-superbuild/blob/master/.github/workflows/matlab-one-line-install-test.yml , recent job execution:
Downstream issue: https://github.com/robotology/robotology-superbuild/issues/1492 .