Skip to content

Commit

Permalink
Remove LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Apr 25, 2024
1 parent 00fd0ca commit cb00405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 cb00405

Please sign in to comment.