Skip to content

Commit

Permalink
ci: update Windows shell path to use bash executable
Browse files Browse the repository at this point in the history
  • Loading branch information
pageldev committed Jan 19, 2025
1 parent b0633ea commit 26555ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: windows-2022
defaults:
run:
shell: C:\msys64 {0}
shell: C:\msys64\usr\bin\bash.exe {0}
steps:
- name: checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 26555ba

Please sign in to comment.