Skip to content

Commit

Permalink
ci(macos): install mercurial with brew (#2174)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkna authored Jan 19, 2021
1 parent 2391a28 commit cf82762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
# Install Mercurial (pre-installed on Linux and windows)
- name: Setup | Mercurial (macos)
if: matrix.os == 'macOS-latest'
run: pip3 install mercurial
run: brew install mercurial

# Run the ignored tests that expect the above setup
- name: Build | Test
Expand Down

0 comments on commit cf82762

Please sign in to comment.