Closed ConorMacBride closed 2 years ago
On Linux and macOS runners script already runs as bash, however on windows it runs with cmd.exe. This is to fix the error at https://github.com/sunpy/sunkit-image/pull/77 which is probably due to single quotes not being special in cmd.exe.
script
bash
cmd.exe
On Linux and macOS runners
script
already runs asbash
, however on windows it runs withcmd.exe
. This is to fix the error at https://github.com/sunpy/sunkit-image/pull/77 which is probably due to single quotes not being special in cmd.exe.