Commit 47e6117
committed
Stop relying on Git for Windows being installed
This Action previously relied on Git for Windows to be installed in
`C:\Program Files\Git`. That is true for all hosted Windows agents.
However, this is not necessarily true for all self-hosted runners.
But there usually _is_ a Git for Windows we can rely on: The build
agent's own copy. Let's use that instead.
This fixes #472
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent bf0a74b commit 47e6117
1 file changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
9 | 16 | | |
10 | 17 | | |
11 | 18 | | |
| |||
0 commit comments