Skip to content

Commit f61ebdd

Browse files
committed
default shell to bash
1 parent 229cd90 commit f61ebdd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-opencvsharp.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
ubuntu-test:
1111
name: Test OpenCvSharp
1212
runs-on: ${{ matrix.runs-on }}
13+
defaults:
14+
run:
15+
shell: bash
1316

1417
strategy:
1518
matrix:

0 commit comments

Comments
 (0)