Skip to content

Commit 617f1af

Browse files
committed
Fix workflow
1 parent b5959c6 commit 617f1af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v4
18+
- name: Install deps
19+
run: sudo apt update -y && sudo apt install -y libsqlite3-dev
1820
- name: Run tests
1921
run: cargo test --verbose

0 commit comments

Comments
 (0)