Skip to content

Commit c31eae9

Browse files
committed
use fallback sqlite3
1 parent 1af45bd commit c31eae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/meson.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: setup meson project
6969
run: |
7070
# setup the build directory with tests and examples enabled
71-
meson setup builddir -DSQLITECPP_BUILD_TESTS=true -DSQLITECPP_BUILD_EXAMPLES=true
71+
meson setup builddir -DSQLITECPP_BUILD_TESTS=true -DSQLITECPP_BUILD_EXAMPLES=true --force-fallback-for=sqlite3
7272
- name: build meson project
7373
run: |
7474
# build the project

0 commit comments

Comments
 (0)