Skip to content

Commit

Permalink
Test 2023b still works
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Apr 25, 2024
1 parent cb00405 commit 4d1e024
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ runs:
id: setup-matlab
uses: matlab-actions/setup-matlab@v2
with:
release: "R2024a"
release: "R2023b"
if: matrix.config == 'matlab'

- name: Set MATLAB_HOME
Expand All @@ -149,7 +149,7 @@ runs:
echo "MATLAB_COMMAND=/usr/local/bin/run-matlab-command" >> $GITHUB_ENV
# https://www.mathworks.com/matlabcentral/answers/1907290-how-to-manually-select-the-libstdc-library-to-use-to-resolve-a-version-glibcxx_-not-found
# echo "LD_PRELOAD=/lib/x86_64-linux-gnu/libstdc++.so.6" >> $GITHUB_ENV
echo "LD_PRELOAD=/lib/x86_64-linux-gnu/libstdc++.so.6" >> $GITHUB_ENV
shell: bash
if: runner.os == 'Linux' && matrix.config == 'matlab'
Expand Down

0 comments on commit 4d1e024

Please sign in to comment.