You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I propose (and can make a PR for if you like) is what setup-msys2 action does: create a directory under ${{ runner.temp }} with a .cmd script that invokes the correct bash, and adds that to the PATH, so that subsequent steps can use shell: cygwin.cmd '{0}'.