Skip to content

Commit

Permalink
gh-action: Set bash shell for bvt workflow
Browse files Browse the repository at this point in the history
It's important for windows to fail correctly.
Further: actions/runner-images#6668

Signed-off-by: Tim Zhang <[email protected]>
  • Loading branch information
Tim-Zhang committed Oct 9, 2024
1 parent fb5278b commit 5c0da46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bvt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
make -C compiler
make -C ttrpc-codegen
make -C example build-examples
# It's important for windows to fail correctly
# https://github.com/actions/runner-images/issues/6668
shell: bash

deny:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5c0da46

Please sign in to comment.