You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments