use fallback sqlite3

This commit is contained in:
Jonathan Guzmán 2023-02-12 12:36:32 -06:00
parent 1af45bdd64
commit c31eae9887
No known key found for this signature in database
GPG Key ID: C2956F1668BA042A

View File

@ -68,7 +68,7 @@ jobs:
- name: setup meson project
run: |
# setup the build directory with tests and examples enabled
meson setup builddir -DSQLITECPP_BUILD_TESTS=true -DSQLITECPP_BUILD_EXAMPLES=true
meson setup builddir -DSQLITECPP_BUILD_TESTS=true -DSQLITECPP_BUILD_EXAMPLES=true --force-fallback-for=sqlite3
- name: build meson project
run: |
# build the project