File tree 1 file changed +15
-15
lines changed
1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -20,21 +20,21 @@ jobs:
20
20
release : ${{ matrix.version }}
21
21
products : MATLAB_Compiler
22
22
23
- # - name: Check out repository
24
- # uses: actions/checkout@v4
23
+ - name : Check out repository
24
+ uses : actions/checkout@v4
25
25
26
- # - name: Run MPython
27
- # uses: matlab-actions/run-command@v2
28
- # with:
29
- # command: |
30
- # addpath(genpath( '.mpython') );
31
- # cd('.mpython' );
32
- # spm_make_python('./mpython ', true, false);
26
+ - name : Run MPython
27
+ uses : matlab-actions/run-command@v2
28
+ with :
29
+ command : |
30
+ cd( '.mpython');
31
+ addpath(genpath('.') );
32
+ spm_make_python('.', true, false);
33
33
34
- # - name: Upload Artifact
35
- # uses: actions/upload-artifact@v4
36
- # with:
37
- # name: spm-archive-${{ matrix.version }}
38
- # path: ./spm/_spm/_spm.ctf
39
- # retention-days: 1
34
+ - name : Upload Artifact
35
+ uses : actions/upload-artifact@v4
36
+ with :
37
+ name : spm-archive-${{ matrix.version }}
38
+ path : ./spm/_spm/_spm.ctf
39
+ retention-days : 1
40
40
You can’t perform that action at this time.
0 commit comments