Skip to content

Commit d55a3a4

Browse files
committed
test(linux): re-install sqlite3
1 parent f127f3c commit d55a3a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
210210
- name: linux install uuid-dev
211211
if: matrix.name == 'linux'
212-
run: sudo apt-get install -y uuid-dev
212+
run: sudo apt update && sudo apt install -y uuid-dev sqlite3
213213

214214
- name: build sqlite-sync
215215
run: make ${{ matrix.make && matrix.make || ''}}

0 commit comments

Comments
 (0)