Commit 59992d9
authored
[windows] Always use system-shipped tar (#1)
On some Windows runners, it is possible for a GNU tar binary to be
further ahead in `PATH`. In particular, Git for Windows ships with a GNU
tar binary, which can't parse Windows-style paths properly. This works
around the issue by always using the BSD tar binary that always ships
with the operating system on Windows.1 parent 717214c commit 59992d9
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
0 commit comments