Skip to content

Commit c5141e4

Browse files
chore: fix optional dependency work in driver
1 parent 14f9546 commit c5141e4

File tree

4 files changed

+152
-152
lines changed

4 files changed

+152
-152
lines changed

.evergreen/config.in.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ functions:
385385
- command: shell.exec
386386
type: setup
387387
params:
388+
shell: bash
388389
working_dir: "src"
389390
script: |
390391
${PREPARE_SHELL}

.evergreen/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ functions:
343343
- command: shell.exec
344344
type: setup
345345
params:
346+
shell: bash
346347
working_dir: src
347348
script: |
348349
${PREPARE_SHELL}

0 commit comments

Comments
 (0)