Commit d401662
committed
Also extend the PATH to
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 <johannes.schindelin@gmx.de>/mingw64/bin (or /mingw32/bin)1 parent 37a0d6e commit d401662
1 file changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
61 | 60 | | |
62 | 61 | | |
63 | 62 | | |
| |||
0 commit comments