Skip to content

Commit f0999ee

Browse files
committed
Test without libmongocrypt
1 parent 323849a commit f0999ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ runs:
3030
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
3131
-DBUILD_VERSION="${LIBMONGOC_VERSION}" \
3232
-DENABLE_MONGOC=ON \
33-
-DENABLE_TRACING=ON \
34-
-DENABLE_CLIENT_SIDE_ENCRYPTION=ON
33+
-DENABLE_TRACING=ON
3534
env:
3635
LIBMONGOC_VERSION: ${{ inputs.version }}
3736

0 commit comments

Comments
 (0)