Skip to content

Commit f07fdcf

Browse files
committed
wip
1 parent d7a42c8 commit f07fdcf

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: sudo apt-get install -y libsqlite3-dev
42+
run: apt-get install -y libsqlite3-dev
4343
- name: Build
4444
run: swift build

0 commit comments

Comments
 (0)