Skip to content

Commit d7a42c8

Browse files
committed
Install SQLite on Linux
1 parent ece89eb commit d7a42c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,7 @@ jobs:
3838
container: swift:${{ matrix.swift }}
3939
steps:
4040
- uses: actions/checkout@v4
41+
- name: Install SQLite
42+
run: sudo apt-get install -y libsqlite3-dev
4143
- name: Build
4244
run: swift build

0 commit comments

Comments
 (0)