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 be79dc6 commit a8dad32Copy full SHA for a8dad32
.github/workflows/meson.yml
@@ -69,7 +69,7 @@ jobs:
69
CXX_LD: ${{matrix.config.cxx_ld}}
70
run: |
71
# setup the build directory with tests and examples enabled
72
- meson setup builddir -DSQLITECPP_BUILD_TESTS=true -DSQLITECPP_BUILD_EXAMPLES=true --force-fallback-for=sqlite3
+ meson setup builddir -DSQLITECPP_BUILD_TESTS=true -DSQLITECPP_BUILD_EXAMPLES=true --force-fallback-for=sqlite3,gtest
73
- name: build meson project
74
75
# build the project
0 commit comments