ci: install libsqlcipher-dev before pip install
Some checks failed
CI / test (pull_request) Failing after 7s

This commit is contained in:
pyr0ball 2026-03-15 16:36:50 -07:00
parent 2bf73bbd44
commit 5939ae88eb

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: