We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 483d741 commit a0e96f3Copy full SHA for a0e96f3
.github/workflows/matlab.yml
@@ -9,7 +9,7 @@ on:
9
10
env:
11
BUILD_TYPE: Release
12
- LD_LIBRARY_PATH: ${{github.workspace}}/install/lib:${{github.workspace}}/install/lib64
+ LD_LIBRARY_PATH: ${{github.workspace}}/install/lib:${{github.workspace}}/install/lib64:/usr/lib/gcc/x86_64-linux-gnu/13/
13
DYLD_LIBRARY_PATH: ${{github.workspace}}/install/lib
14
15
jobs:
@@ -40,11 +40,6 @@ jobs:
40
- name: Install
41
run: cmake --install ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
42
43
- - name: Upgrade system
44
- run: |
45
- sudo apt-get -qq update
46
- sudo apt-get -qq -y upgrade
47
-
48
- name: Set up MATLAB
49
uses: matlab-actions/setup-matlab@v2
50
0 commit comments