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 37eaee7 commit d6d351fCopy full SHA for d6d351f
.github/actions/linux/build-libmongoc/action.yml
@@ -29,7 +29,8 @@ runs:
29
run: cmake -S "mongo-c-driver-${LIBMONGOC_VERSION}" -B _build \
30
-D CMAKE_BUILD_TYPE=RelWithDebInfo \
31
-D BUILD_VERSION="${LIBMONGOC_VERSION}" \
32
- -D ENABLE_MONGOC=ON
+ -D ENABLE_MONGOC=ON \
33
+ -D MONGOC_ENABLE_CLIENT_SIDE_ENCRYPTION=ON
34
env:
35
LIBMONGOC_VERSION: ${{ inputs.version }}
36
0 commit comments