Skip to content

Commit 860ea04

Browse files
committed
Install latest libsqlite version.
1 parent 1cd294a commit 860ea04

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ jobs:
3939
run: |
4040
./target/release/sqlite3 ":memory:" ".load ./target/release/libpowersync" "select powersync_rs_version()"
4141
42+
- name: Install libsqlite
43+
run: |
44+
sudo apt install libsqlite3-dev
45+
4246
- name: Run dart-based tests
4347
run: |
4448
cd dart

0 commit comments

Comments
 (0)