Skip to content

Commit

Permalink
fix: using bash -l {0};
Browse files Browse the repository at this point in the history
  • Loading branch information
WenjieDu committed Oct 30, 2023
1 parent e690519 commit 6e1980c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
defaults:
run:
shell: bash {0}
shell: bash -l {0}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 6e1980c

Please sign in to comment.