Skip to content

Commit dc5de90

Browse files
committed
Fix nightly CI flow
1 parent 576770d commit dc5de90

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
- uses: actions/checkout@v4
2323
with:
2424
ref: 'nightly'
25+
- name: Install dependencies
26+
run: sudo apt install libsqlite3-dev
2527
- name: Build
2628
run: cargo build --release --verbose
2729
- name: Run tests

0 commit comments

Comments
 (0)