diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 87ce94fe038..c54a06beede 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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