Skip to content

Commit

Permalink
libsqlite3-dev is now missing in the CI env
Browse files Browse the repository at this point in the history
  • Loading branch information
unixfox authored and lumpsoid committed Nov 7, 2024
1 parent 1960749 commit 1436024
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ jobs:
with:
submodules: true

- name: Install required APT packages
run: |
sudo apt install -y libsqlite3-dev
shell: bash

- name: Install Crystal
uses: crystal-lang/[email protected]
with:
Expand Down

0 comments on commit 1436024

Please sign in to comment.