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 543de09 commit c681eb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
cmake --version
# show ld search path
ld --verbose | grep SEARCH_DIR | tr -s ' ;' \\012
# echo $PATH
# export LIBRARY_PATH=$LIBRARY_PATH:/usr/lib/x86_64-linux-gnu/
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
ls -l /usr/lib/x86_64-linux-gnu/libpthread.so
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down

0 comments on commit c681eb5

Please sign in to comment.