Commit 0b9edd4
authored
windows10: Add bash to PATH (#67)
this patch fixes #53 by adding bash to PATH in the same way as [github’s
own
images](https://github.com/actions/runner-images/blob/aab6e2778741c10551dca5dba356433b7fa1a6df/images/windows/scripts/build/Install-Git.ps1#L29).
this option doesn’t actually seem to override stock windows tools like
`find` and `sort` until you’re _inside_ bash
(git-for-windows/build-extra#653), so i think we can do this without any
unwanted side effects.
<img width="1024" height="768"
alt="Screenshot_servo-windows10_2025-11-05_12:23:39"
src="https://github.com/user-attachments/assets/4d86bec4-d228-4205-b4ff-259e7977972c"
/>1 parent e04d0d1 commit 0b9edd4
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
| |||
0 commit comments