Skip to content

Commit

Permalink
Bump matlab-actions/run-command from 1 to 2 (#1028)
Browse files Browse the repository at this point in the history
* Bump matlab-actions/run-command from 1 to 2

Bumps [matlab-actions/run-command](https://github.com/matlab-actions/run-command) from 1 to 2.
- [Release notes](https://github.com/matlab-actions/run-command/releases)
- [Commits](matlab-actions/run-command@v1...v2)

---
updated-dependencies:
- dependency-name: matlab-actions/run-command
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump matlab-actions/setup-matlab from 1 to 2

* Specify that we are using Simulink.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bertrand Coconnier <bcoconni@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and bcoconni committed Feb 11, 2024
1 parent 5ad2694 commit 92daf89
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cpp-python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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')

Expand Down

0 comments on commit 92daf89

Please sign in to comment.