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
Also extend the PATH to /mingw64/bin (or /mingw32/bin)
The `bash` scriptlets are executed by GitHub Actions via this command:
<path-to>\bash.EXE --noprofile --norc -e -o pipefail {0}
This means that `/etc/profile` is not executed, therefore we cannot rely
on it to set the `PATH` correctly.
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments