Skip to content

Commit d6d351f

Browse files
committed
Enable libmongocrypt support in libmongoc
1 parent 37eaee7 commit d6d351f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/linux/build-libmongoc/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ runs:
2929
run: cmake -S "mongo-c-driver-${LIBMONGOC_VERSION}" -B _build \
3030
-D CMAKE_BUILD_TYPE=RelWithDebInfo \
3131
-D BUILD_VERSION="${LIBMONGOC_VERSION}" \
32-
-D ENABLE_MONGOC=ON
32+
-D ENABLE_MONGOC=ON \
33+
-D MONGOC_ENABLE_CLIENT_SIDE_ENCRYPTION=ON
3334
env:
3435
LIBMONGOC_VERSION: ${{ inputs.version }}
3536

0 commit comments

Comments
 (0)