Skip to content

Commit 3b61881

Browse files
committed
Make the default shell in bazel cpu workflow to be bash
1 parent 6a374bf commit 3b61881

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/bazel_cpu.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ on:
66
- main
77

88
jobs:
9-
build:
9+
run_bazel_rbe_cpu_tests:
1010
continue-on-error: true
11+
defaults:
12+
run:
13+
# Explicitly set the shell to bash to override the default Windows environment, i.e, cmd.
14+
shell: bash
1115
strategy:
1216
matrix:
1317
runner: ["windows-x86-n2-64", "linux-x86-n2-64", "linux-arm64-t2a-48"]

0 commit comments

Comments
 (0)