File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -42,17 +42,17 @@ jobs:
42
42
echo "Checking MATLAB command"
43
43
more /opt/hostedtoolcache/MATLAB/2024.2.999/x64/bin/glnxa64/run-matlab-command
44
44
- name : Upload artifact
45
- uses : actions/upload-artifact@v2
45
+ uses : actions/upload-artifact@v4
46
46
with :
47
47
name : matlab
48
48
path : /opt/hostedtoolcache/MATLAB/2024.2.999/x64/bin/glnxa64/run-matlab-command
49
49
- name : Run statements
50
50
uses : matlab-actions/run-command@v2
51
51
with :
52
52
command : disp('Hello, MATLAB!');
53
- - name : Check MATLAB Installation
54
- run : matlab -batch "disp('Hello, MATLAB!');"
55
- - name : Install csh
56
- run : sudo apt-get update && sudo apt-get install csh
57
- - uses : julia-actions/julia-buildpkg@latest
58
- - uses : julia-actions/julia-runtest@latest
53
+ # - name: Check MATLAB Installation
54
+ # run: matlab -batch "disp('Hello, MATLAB!');"
55
+ # - name: Install csh
56
+ # run: sudo apt-get update && sudo apt-get install csh
57
+ # - uses: julia-actions/julia-buildpkg@latest
58
+ # - uses: julia-actions/julia-runtest@latest
You can’t perform that action at this time.
0 commit comments