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 f0999ee commit a82fbaaCopy full SHA for a82fbaa
.github/actions/linux/build-libmongoc/action.yml
@@ -27,10 +27,11 @@ runs:
27
shell: bash
28
working-directory: /tmp
29
run: cmake -S "mongo-c-driver-${LIBMONGOC_VERSION}" -B _build \
30
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
31
- -DBUILD_VERSION="${LIBMONGOC_VERSION}" \
32
- -DENABLE_MONGOC=ON \
33
- -DENABLE_TRACING=ON
+ -D CMAKE_BUILD_TYPE=RelWithDebInfo \
+ -D BUILD_VERSION="${LIBMONGOC_VERSION}" \
+ -D ENABLE_MONGOC=ON \
+ -D ENABLE_CLIENT_SIDE_ENCRYPTION=ON
34
+ -D ENABLE_TRACING=ON
35
env:
36
LIBMONGOC_VERSION: ${{ inputs.version }}
37
0 commit comments