Skip to content

Commit 66f9bc4

Browse files
committed
fix for GHA windows
1 parent 8d8a030 commit 66f9bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/orchestration/drivers_orchestration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def run(opts):
220220
mdb_binaries = Path(opts.mongodb_binaries)
221221
env = os.environ.copy()
222222
env["MONGODB_BINARIES"] = mdb_binaries.as_posix()
223-
run_command("bash ./.evergreen/clean.sh", env=env, cwd=DRIVERS_TOOLS)
223+
run_command("./.evergreen/clean.sh", env=env, cwd=DRIVERS_TOOLS)
224224

225225
# NOTE: in general, we need to normalize paths to account for cygwin/Windows.
226226
mdb_binaries_str = normalize_path(mdb_binaries)

0 commit comments

Comments
 (0)