diff --git a/.github/workflows/cpp-python-build.yml b/.github/workflows/cpp-python-build.yml index fe07e7709..79523da8d 100644 --- a/.github/workflows/cpp-python-build.yml +++ b/.github/workflows/cpp-python-build.yml @@ -175,9 +175,10 @@ jobs: - name: Checkout JSBSim uses: actions/checkout@v4 - name: Set up Matlab - uses: matlab-actions/setup-matlab@v1.2.5 + uses: matlab-actions/setup-matlab@v2 with: release: R2022a + products: Simulink - name: Configure JSBSim run: | mkdir build @@ -202,13 +203,13 @@ jobs: - name: Run Tests (Linux & MacOSX) if: runner.os != 'Windows' id: tests-unix - uses: matlab-actions/run-command@v1 + uses: matlab-actions/run-command@v2 with: command: addpath('build/matlab'), run('matlab/TestJSBSim.m') - name: Run Tests (Windows) if: runner.os == 'Windows' id: tests-windows - uses: matlab-actions/run-command@v1 + uses: matlab-actions/run-command@v2 with: command: addpath('build/matlab/RelWithDebInfo'), run('matlab/TestJSBSim.m')