Skip to content

Commit 0761fcc

Browse files
ci(github): set shell to bash for windows in runners.yml
1 parent c69eb03 commit 0761fcc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/runners.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,21 @@ jobs:
2828
runs-on: windows-latest
2929
steps:
3030
- name: ${{ runner.os }}
31+
shell: bash
3132
run: echo $RUNNER_OS
3233

3334
windows-2025:
3435
runs-on: windows-2025
3536
steps:
3637
- name: ${{ runner.os }}
38+
shell: bash
3739
run: echo $RUNNER_OS
3840

3941
windows-2022:
4042
runs-on: windows-2022
4143
steps:
4244
- name: ${{ runner.os }}
45+
shell: bash
4346
run: echo $RUNNER_OS
4447

4548
# macOS

0 commit comments

Comments
 (0)