mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-07 03:06:05 -04:00
use fallback sqlite3
This commit is contained in:
parent
1af45bdd64
commit
c31eae9887
2
.github/workflows/meson.yaml
vendored
2
.github/workflows/meson.yaml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user