Skip to content

Commit a82fbaa

Browse files
committed
Retry seemingly broken make configuration that passed tests :|
1 parent f0999ee commit a82fbaa

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ runs:
2727
shell: bash
2828
working-directory: /tmp
2929
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
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
3435
env:
3536
LIBMONGOC_VERSION: ${{ inputs.version }}
3637

0 commit comments

Comments
 (0)