Skip to content

Commit 6e1980c

Browse files
committed
fix: using bash -l {0};
1 parent e690519 commit 6e1980c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing_ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
defaults:
1717
run:
18-
shell: bash {0}
18+
shell: bash -l {0}
1919
strategy:
2020
fail-fast: false
2121
matrix:

0 commit comments

Comments
 (0)