mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-09 20:26:09 -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
|
- name: setup meson project
|
||||||
run: |
|
run: |
|
||||||
# setup the build directory with tests and examples enabled
|
# 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
|
- name: build meson project
|
||||||
run: |
|
run: |
|
||||||
# build the project
|
# build the project
|
||||||
|
Loading…
x
Reference in New Issue
Block a user