Skip to content

Commit 866b84d

Browse files
committed
Try single-line command
1 parent a82fbaa commit 866b84d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,7 @@ runs:
2626
- name: Configure cmake
2727
shell: bash
2828
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
29+
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
3530
env:
3631
LIBMONGOC_VERSION: ${{ inputs.version }}
3732

0 commit comments

Comments
 (0)