Skip to content

Commit

Permalink
Update build-test-gc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
loli authored Jan 27, 2024
1 parent b03cb72 commit 702a163
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-test-gc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
cat /etc/ld.so.conf.d/*
ls /usr/lib/x86_64-linux-gnu/libboost_*
ls /lib/x86_64-linux-gnu/libboost_*
- name: Find library
run: python -c "import sys; from ctypes.util import find_library; print('boost_python' + str(sys.version_info.major) + str(sys.version_info.minor), find_library('boost_python' + str(sys.version_info.major) + str(sys.version_info.minor)))"

# - name: Install with test dependencies
# run: |
# python -m pip install --upgrade pip
Expand Down

0 comments on commit 702a163

Please sign in to comment.