Merge pull request #1617 from gwenn/ci

Try to fix CI build
This commit is contained in:
gwenn 2024-12-14 10:59:14 +01:00 committed by GitHub
commit 92fdc11fea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -215,6 +215,7 @@ jobs:
name: Generate code coverage
runs-on: ubuntu-latest
steps:
- run: sudo apt-get install libsqlite3-dev
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with: