Skip to content

Commit c230f4a

Browse files
committed
Fix mercurial install on Windows
1 parent 5a4073b commit c230f4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if: matrix.os == 'windows-latest'
3939
shell: powershell
4040
run: |
41-
choco install mercurial --confirm
41+
choco install hg --confirm
4242
- name: Check mercurial is working
4343
run: |
4444
echo -e '[ui]\nusername = Testing Mercurial<bumpversion-test-hg@github.actions>' > ~/.hgrc

0 commit comments

Comments
 (0)