Skip to content

Commit 26555ba

Browse files
committed
ci: update Windows shell path to use bash executable
1 parent b0633ea commit 26555ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: windows-2022
4343
defaults:
4444
run:
45-
shell: C:\msys64 {0}
45+
shell: C:\msys64\usr\bin\bash.exe {0}
4646
steps:
4747
- name: checkout repository
4848
uses: actions/checkout@v4

0 commit comments

Comments
 (0)