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 647ce05 commit a1d3f10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ jobs:
ld --verbose | grep SEARCH_DIR | tr -s ' ;' \\012 # show ld search path
# should fix the "missing pthread_create in pthread.so" error
nm /usr/lib/x86_64-linux-gnu/libpthread.so.0 | grep "pthread_create"
ls -l /usr/lib/x86_64-linux-gnu | grep pthread
ls -l /usr/lib/x86_64-linux-gnu/libpthread.so.0
nm /usr/lib/x86_64-linux-gnu/libpthread.so.0 | grep "pthread_create"
- 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 a1d3f10

Please sign in to comment.