We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dce0b0f commit 6680be8Copy full SHA for 6680be8
.github/workflows/cmake.yml
@@ -29,6 +29,14 @@ jobs:
29
sudo apt install -y build-essential cmake libsdl2-dev libglew-dev libeigen3-dev libassimp-dev libyaml-cpp-dev \
30
libopenal-dev libvorbis-dev libopusfile-dev libsndfile1-dev libompl-dev
31
32
+ - name: Debug boost issue of Ubuntu 24.04
33
+ run: |
34
+ sudo apt install -y tree
35
+ tree -f /usr/lib/ | grep libboost
36
+ apt-cache policy libboost-dev
37
+ apt-cache policy libboost-serialization-dev
38
+ sudo apt install -y libboost-all-dev
39
+
40
- name: Configure CMake
41
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
42
0 commit comments