From 3b6298845dac9067602c03350e6c37da257ceac2 Mon Sep 17 00:00:00 2001 From: Jamie Date: Thu, 31 Oct 2024 13:22:58 +0800 Subject: [PATCH] Update cmake-single-platform.yml --- .github/workflows/cmake-single-platform.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index 633cf54..9716c75 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -29,13 +29,12 @@ jobs: c++ --version cmake --version ld -v - # show ld search path - ld --verbose | grep SEARCH_DIR | tr -s ' ;' \\012 - - sudo apt-get install libpthread-stubs0-dev + ld --verbose | grep SEARCH_DIR | tr -s ' ;' \\012 # show ld search path + + # 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 + # 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 | grep pthread - name: Configure CMake