Skip to content

Commit 5569cad

Browse files
committed
ci: default to bash shell
1 parent 2f0ec65 commit 5569cad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,3 +222,7 @@ jobs:
222222
steps:
223223
- uses: actions/checkout@v4
224224
- uses: EmbarkStudios/cargo-deny-action@v2
225+
226+
defaults:
227+
run:
228+
shell: bash

0 commit comments

Comments
 (0)