Skip to content

Commit 5c0da46

Browse files
committed
gh-action: Set bash shell for bvt workflow
It's important for windows to fail correctly. Further: actions/runner-images#6668 Signed-off-by: Tim Zhang <tim@hyper.sh>
1 parent fb5278b commit 5c0da46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/bvt.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
make -C compiler
3030
make -C ttrpc-codegen
3131
make -C example build-examples
32+
# It's important for windows to fail correctly
33+
# https://github.com/actions/runner-images/issues/6668
34+
shell: bash
3235

3336
deny:
3437
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)