We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1af45bd commit c31eae9Copy full SHA for c31eae9
.github/workflows/meson.yaml
@@ -68,7 +68,7 @@ jobs:
68
- name: setup meson project
69
run: |
70
# setup the build directory with tests and examples enabled
71
- 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
72
- name: build meson project
73
74
# build the project
0 commit comments