We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ece89eb commit d7a42c8Copy full SHA for d7a42c8
.github/workflows/ci.yml
@@ -38,5 +38,7 @@ jobs:
38
container: swift:${{ matrix.swift }}
39
steps:
40
- uses: actions/checkout@v4
41
+ - name: Install SQLite
42
+ run: sudo apt-get install -y libsqlite3-dev
43
- name: Build
44
run: swift build
0 commit comments