Try to fix CI build

This commit is contained in:
gwenn 2024-12-14 10:33:27 +01:00
parent 6478f37174
commit b733129b39

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: