Skip to content

Commit

Permalink
debug LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Jun 11, 2024
1 parent fd74b53 commit eb6b27d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
cache: pip
cache-dependency-path: setup.py
- run: python3 -c "import sqlite3; print(sqlite3.sqlite_version)"
- run: echo $LD_LIBRARY_PATH
- name: Build extension for --load-extension test
run: |-
(cd tests && gcc ext.c -fPIC -shared -o ext.so)
Expand Down

0 comments on commit eb6b27d

Please sign in to comment.