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 f6f81e4 commit 543de09
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,13 @@ jobs:
- name: Configure System
run: |
gcc --version
# Show system path
echo $PATH
echo $LIBRARY_PATH
export LIBRARY_PATH=$LIBRARY_PATH:/usr/lib/x86_64-linux-gnu/
echo $LIBRARY_PATH
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/
# 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
Expand Down

0 comments on commit 543de09

Please sign in to comment.