From a1d3f1001413dcf2fc05f3a6ef1d7b199a8b5270 Mon Sep 17 00:00:00 2001 From: Jamie Date: Thu, 31 Oct 2024 14:17:55 +0800 Subject: [PATCH] Update cmake-single-platform.yml --- .github/workflows/cmake-single-platform.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index b37b702..a0cb40b 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -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.