From 8d9e7ee1ff9d6dc93bc108da4db2fb2a95487098 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Tue, 6 Feb 2024 15:35:06 +0100 Subject: [PATCH 1/2] matlab-one-line-install-test: Use also latest matlab_version --- .github/workflows/matlab-one-line-install-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/matlab-one-line-install-test.yml b/.github/workflows/matlab-one-line-install-test.yml index cbf1e29ba..f17b6c805 100644 --- a/.github/workflows/matlab-one-line-install-test.yml +++ b/.github/workflows/matlab-one-line-install-test.yml @@ -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 From 2155e0ec8db76a5fab40755b97906a2f690eaeba Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Tue, 6 Feb 2024 15:43:54 +0100 Subject: [PATCH 2/2] Bump matlab actions to v2 --- .github/workflows/matlab-one-line-install-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/matlab-one-line-install-test.yml b/.github/workflows/matlab-one-line-install-test.yml index f17b6c805..03eeccf6f 100644 --- a/.github/workflows/matlab-one-line-install-test.yml +++ b/.github/workflows/matlab-one-line-install-test.yml @@ -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 @@ -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