We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 576770d commit 300bc35Copy full SHA for 300bc35
1 file changed
.github/workflows/nightly.yml
@@ -22,6 +22,8 @@ jobs:
22
- uses: actions/checkout@v4
23
with:
24
ref: 'nightly'
25
+ - name: Install dependencies
26
+ run: sudo apt install libsqlite3-dev
27
- name: Build
28
run: cargo build --release --verbose
29
- name: Run tests
0 commit comments