ci: install sqlite test dependency
Memind CI / Test, build, and release guards (push) Failing after 1m15s

This commit is contained in:
john
2026-07-16 21:34:21 +08:00
parent e7d5c09e56
commit e0d4868908
+6
View File
@@ -31,6 +31,12 @@ jobs:
git checkout --detach FETCH_HEAD
test "$(git rev-parse HEAD)" = "${{ gitea.sha }}"
- name: Install system test dependencies
run: |
apt-get update
apt-get install --yes --no-install-recommends sqlite3
rm -rf /var/lib/apt/lists/*
- name: Install locked dependencies
run: npm ci