Skip to content

Commit 5f6c0f4

Browse files
committed
R2024b commit
1 parent c8dd88a commit 5f6c0f4

20 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ on:
3838
jobs:
3939

4040
job-check-project:
41-
runs-on: ubuntu-22.04
41+
runs-on: ubuntu-latest
4242
steps:
4343

4444
- name: Check out repository
@@ -47,18 +47,18 @@ jobs:
4747
- name: Setup MATLAB
4848
uses: matlab-actions/setup-matlab@v2
4949
with:
50-
release: R2024a
50+
release: R2024b
5151
cache: true
5252
products: |
5353
Simulink
5454
Simscape
55-
Simscape_Multibody
5655
Stateflow
57-
MATLAB_Test
58-
Robotics_System_Toolbox
5956
Simulink_Design_Optimization
57+
Simscape_Multibody
58+
Robotics_System_Toolbox
59+
MATLAB_Test
6060
6161
- name: Run tests
6262
uses: matlab-actions/run-command@v2
6363
with:
64-
command: openProject(pwd); TestRunnerRobotics;
64+
command: openProject(pwd); TestRunnerRobotics;
-1.35 KB
Binary file not shown.
-140 Bytes
Binary file not shown.
23 Bytes
Binary file not shown.
24 Bytes
Binary file not shown.

Component/Gripper/GripperLib.slx

-250 Bytes
Binary file not shown.

Component/Link/LinkLib.slx

2.99 KB
Binary file not shown.
-144 Bytes
Binary file not shown.
-172 Bytes
Binary file not shown.
-68 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)