Skip to content

Commit

Permalink
Merge pull request #1593 from robotology/cimatlablatest
Browse files Browse the repository at this point in the history
matlab-one-line-install-test: Use also latest matlab_version and use v2 version of matlab actions
  • Loading branch information
traversaro authored Feb 6, 2024
2 parents 721d9eb + 2155e0e commit f42320f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/matlab-one-line-install-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-latest, windows-latest]
matlab_version: [R2022a, R2022b, R2023a]
matlab_version: [R2022a, R2022b, R2023a, latest]
exclude:
# R2020* is not supported on Windows on GitHub Actions
- os: windows-latest
Expand All @@ -37,13 +37,13 @@ jobs:
uses: actions/checkout@v4

- name: Install MATLAB
uses: matlab-actions/setup-matlab@v1
uses: matlab-actions/setup-matlab@v2
with:
release: ${{ matrix.matlab_version }}


- name: Install robotology packages
uses: matlab-actions/run-command@v1
uses: matlab-actions/run-command@v2
with:
command: |
cd scripts
Expand All @@ -57,7 +57,7 @@ jobs:
echo "LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libstdc++.so.6" >> $GITHUB_ENV

- name: Run MATLAB commands
uses: matlab-actions/run-command@v1
uses: matlab-actions/run-command@v2
with:
command: |
cd scripts
Expand Down

0 comments on commit f42320f

Please sign in to comment.