libsqlite3-dev is now missing in the CI env

This commit is contained in:
Emilien Devos 2024-10-14 00:02:41 +02:00
parent e6f52eaf00
commit 0d03818700

View File

@ -51,6 +51,11 @@ jobs:
with: with:
submodules: true submodules: true
- name: Install required APT packages
run: |
sudo apt install -y libsqlite3-dev
shell: bash
- name: Install Crystal - name: Install Crystal
uses: crystal-lang/install-crystal@v1.8.0 uses: crystal-lang/install-crystal@v1.8.0
with: with: