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 f07fdcf commit e88deb9Copy full SHA for e88deb9
.github/workflows/ci.yml
@@ -39,6 +39,6 @@ jobs:
39
steps:
40
- uses: actions/checkout@v4
41
- name: Install SQLite
42
- run: apt-get install -y libsqlite3-dev
+ run: apt-get --fix-missing update && apt-get install -y libsqlite3-dev
43
- name: Build
44
run: swift build
0 commit comments