Skip to content

Commit 6680be8

Browse files
debug CI issue with boost on Ubuntu 24.04
1 parent dce0b0f commit 6680be8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/cmake.yml

+8
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ jobs:
2929
sudo apt install -y build-essential cmake libsdl2-dev libglew-dev libeigen3-dev libassimp-dev libyaml-cpp-dev \
3030
libopenal-dev libvorbis-dev libopusfile-dev libsndfile1-dev libompl-dev
3131
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+
3240
- name: Configure CMake
3341
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
3442

0 commit comments

Comments
 (0)