Commit 95eeede
Install Mercurial on Windows runners via Chocolatey
Windows runners no longer ship with Mercurial pre-installed, causing
test failures. This commit adds Mercurial installation using Chocolatey
in the existing GnuPG setup step.
Changes:
- Add mercurial to the choco install command alongside gnupg
- Update step name to reflect it now installs both GnuPG and Mercurial
- Add explanatory comment about why Mercurial installation is needed
This uses a modern, declarative approach via the Chocolatey package
manager that's already in use for GnuPG installation.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 8c5cec9 commit 95eeede
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
87 | 90 | | |
88 | 91 | | |
89 | 92 | | |
90 | | - | |
| 93 | + | |
91 | 94 | | |
92 | 95 | | |
93 | 96 | | |
| |||
0 commit comments