You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When this workflow runs, the cache is restored by actions/cache and setup-matlab@v2 skips claiming it found MATLAB in the cache (even though cache: false). run-command@v2 is then unable to find matlab on the system path.
The text was updated successfully, but these errors were encountered:
It looks like it may be possible to cause an issue in
setup-matlab@v2
if you use theactions/cache
action manually rather than thecache: true
input.See https://github.com/opt4ai/prima/actions/runs/7855964578/job/21438238878 for example. In this workflow, MATLAB is cached using
actions/cache
andsetup-matlab@v2
is run withcache: false
(default).When this workflow runs, the cache is restored by
actions/cache
andsetup-matlab@v2
skips claiming it found MATLAB in the cache (even thoughcache: false
).run-command@v2
is then unable to findmatlab
on the system path.The text was updated successfully, but these errors were encountered: