We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba5150f commit 760bb29Copy full SHA for 760bb29
.github/workflows/matlab-build.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: matlab-actions/setup-matlab@v2
31
32
- name: Run MATLAB Command
33
- uses: matlab-actions/run-command@v1
+ uses: matlab-actions/run-command@v2
34
with:
35
command: addpath(genpath('.')); disp('MATLAB environment initialized');
36
0 commit comments