File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 78
78
path : .deps/swig
79
79
80
80
- name : Install dependencies via apt
81
- if : ${{matrix.os != 'ubuntu-24.04'}}
82
- run : sudo apt-get install -qq ccache libeigen3-dev swig googletest
83
-
84
- - name : Install dependencies via apt (Ubuntu-24.04-specific)
85
- if : ${{matrix.os == 'ubuntu-24.04'}}
86
- run : |
87
- sudo apt-get install -qq ccache libeigen3-dev bison googletest
88
- sudo apt-get remove -y -qq swig
81
+ run : sudo apt-get install -qq ccache libeigen3-dev googletest
89
82
90
83
- name : Set up CMake
91
84
uses : jwlawson/actions-setup-cmake@v2
@@ -126,6 +119,7 @@ jobs:
126
119
cmake -S .deps/swig -B .deps/swig/build $CMAKE_CCACHE_LAUNCHER
127
120
cmake --build .deps/swig/build
128
121
sudo cmake --install .deps/swig/build
122
+ sudo ln -s /usr/local/bin/swig /usr/local/bin/swig4.0 # shadows /usr/bin/swig4.0
129
123
130
124
- name : Configure kinematics-dynamics
131
125
run : cmake -S . -B ./build $CMAKE_CCACHE_LAUNCHER -DCREATE_BINDINGS_PYTHON=ON -DENABLE_examples=ON
You can’t perform that action at this time.
0 commit comments