Skip to content

Commit

Permalink
install libsql
Browse files Browse the repository at this point in the history
  • Loading branch information
tedil committed Dec 9, 2024
1 parent 3351af5 commit d44fb71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ jobs:
with:
lfs: 'true'

- name: Install host libraries
run: sudo apt-get install -y libsqlite3-dev libsqlite3-0

- name: Import test database.
run: |
set -euo pipefail
Expand Down

0 comments on commit d44fb71

Please sign in to comment.