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 a82fbaa commit 866b84dCopy full SHA for 866b84d
.github/actions/linux/build-libmongoc/action.yml
@@ -26,12 +26,7 @@ runs:
26
- name: Configure cmake
27
shell: bash
28
working-directory: /tmp
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 \
33
- -D ENABLE_CLIENT_SIDE_ENCRYPTION=ON
34
- -D ENABLE_TRACING=ON
+ run: cmake -S "mongo-c-driver-${LIBMONGOC_VERSION}" -B _build -D CMAKE_BUILD_TYPE=RelWithDebInfo -D BUILD_VERSION="${LIBMONGOC_VERSION}" -D ENABLE_MONGOC=ON -D ENABLE_CLIENT_SIDE_ENCRYPTION=ON -D ENABLE_TRACING=ON
35
env:
36
LIBMONGOC_VERSION: ${{ inputs.version }}
37
0 commit comments