ci: install libsqlcipher-dev before pip install

This commit is contained in:
pyr0ball 2026-03-15 16:36:50 -07:00
parent 722661058a
commit 5527fe9bf8

View file

@ -13,6 +13,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install system dependencies
run: sudo apt-get install -y libsqlcipher-dev
- name: Set up Python
uses: actions/setup-python@v5
with: