From 647ce05ae2160dad3de00dd5a0d5d38451e53832 Mon Sep 17 00:00:00 2001 From: Jamie Date: Thu, 31 Oct 2024 14:16:37 +0800 Subject: [PATCH] Update cmake-single-platform.yml --- .github/workflows/cmake-single-platform.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index 336a1f2..b37b702 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -35,11 +35,7 @@ jobs: ld --verbose | grep SEARCH_DIR | tr -s ' ;' \\012 # show ld search path # should fix the "missing pthread_create in pthread.so" error - sudo apt install -y libc6-dev - - # sudo apt-get install libpthread-stubs0-dev - # See: https://askubuntu.com/a/1375621 - nm /lib/x86_64-linux-gnu/libpthread.so.0 | grep "pthread_create" + nm /usr/lib/x86_64-linux-gnu/libpthread.so.0 | grep "pthread_create" ls -l /usr/lib/x86_64-linux-gnu | grep pthread - name: Configure CMake