Skip to content

Commit 63b75e5

Browse files
committed
Add sqlite install to Github CI
1 parent 4f87e21 commit 63b75e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
with:
2525
ruby-version: ${{ matrix.ruby }}
2626

27+
- name: Install sqlite
28+
run: |
29+
sudo apt-get install libsqlite3-dev
30+
2731
- name: Update System
2832
run: |
2933
gem update --system --no-document

0 commit comments

Comments
 (0)