Skip to content

Commit a0e96f3

Browse files
Set the ld_library_path to find the proper libstdc++
1 parent 483d741 commit a0e96f3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/matlab.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
BUILD_TYPE: Release
12-
LD_LIBRARY_PATH: ${{github.workspace}}/install/lib:${{github.workspace}}/install/lib64
12+
LD_LIBRARY_PATH: ${{github.workspace}}/install/lib:${{github.workspace}}/install/lib64:/usr/lib/gcc/x86_64-linux-gnu/13/
1313
DYLD_LIBRARY_PATH: ${{github.workspace}}/install/lib
1414

1515
jobs:
@@ -40,11 +40,6 @@ jobs:
4040
- name: Install
4141
run: cmake --install ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
4242

43-
- name: Upgrade system
44-
run: |
45-
sudo apt-get -qq update
46-
sudo apt-get -qq -y upgrade
47-
4843
- name: Set up MATLAB
4944
uses: matlab-actions/setup-matlab@v2
5045

0 commit comments

Comments
 (0)