Skip to content

Commit e88deb9

Browse files
committed
wip
1 parent f07fdcf commit e88deb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
steps:
4040
- uses: actions/checkout@v4
4141
- name: Install SQLite
42-
run: apt-get install -y libsqlite3-dev
42+
run: apt-get --fix-missing update && apt-get install -y libsqlite3-dev
4343
- name: Build
4444
run: swift build

0 commit comments

Comments
 (0)