Skip to content

Commit

Permalink
Update cmake-single-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie-Cui authored Oct 31, 2024
1 parent 1b27fa3 commit 3b62988
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,12 @@ jobs:
c++ --version
cmake --version
ld -v
# show ld search path
ld --verbose | grep SEARCH_DIR | tr -s ' ;' \\012
sudo apt-get install libpthread-stubs0-dev
ld --verbose | grep SEARCH_DIR | tr -s ' ;' \\012 # show ld search path
# sudo apt-get install libpthread-stubs0-dev
# See: https://askubuntu.com/a/1375621
sudo ln -s /usr/lib/x86_64-linux-gnu/libpthread.so.0 /usr/lib/x86_64-linux-gnu/libpthread.so
# sudo ln -s /usr/lib/x86_64-linux-gnu/libpthread.so.0 /usr/lib/x86_64-linux-gnu/libpthread.so
ls -l /usr/lib/x86_64-linux-gnu | grep pthread
- name: Configure CMake
Expand Down

0 comments on commit 3b62988

Please sign in to comment.