From c681eb58745f88b804af8c4d5b31100ef804e40d Mon Sep 17 00:00:00 2001 From: Jamie Date: Thu, 31 Oct 2024 11:41:40 +0800 Subject: [PATCH] Update cmake-single-platform.yml --- .github/workflows/cmake-single-platform.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index 3ee1794..1547ec5 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -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.