-
Beta Was this translation helpful? Give feedback.
Answered by
John0n1
Oct 26, 2025
Replies: 1 comment
-
|
Do this (easiest + most reliable): Install Git for Windows on the runner. In your workflow, force Git Bash: defaults:
run:
shell: '"C:\\Program Files\\Git\\bin\\bash.exe" -eo pipefail -c'That bypasses WSL entirely and fixes the shell: bash failure. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Latency
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment





Do this (easiest + most reliable):
Install Git for Windows on the runner.
In your workflow, force Git Bash:
That bypasses WSL entirely and fixes the shell: bash failure.