Skip to content

Commit

Permalink
CI: Add LD_PRELOAD library path in Matlab test runner
Browse files Browse the repository at this point in the history
As users are instructed. Without this Matlab uses the wrong library.
  • Loading branch information
rwest authored Jun 8, 2023
1 parent 8888acd commit c098c55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
matlab-test:
name: Run MATLAB Test Script
runs-on: ubuntu-latest
env:
LD_PRELOAD: /usr/lib/x86_64-linux-gnu/libstdc++.so.6
steps:
- uses: actions/checkout@v3
name: Checkout the repository
Expand Down

0 comments on commit c098c55

Please sign in to comment.