summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDavid Knaack <davidkna@users.noreply.github.com>2021-01-19 22:13:09 +0100
committerGitHub <noreply@github.com>2021-01-19 22:13:09 +0100
commitcf82762f6ed1fed06825bdd9bdd7be5148ba5a85 (patch)
treed66e95f02c1c249d64d68c6209014bf8b6859646 /.github
parent2391a2863c24b1cc33fba302dcd127d839c23ade (diff)
ci(macos): install mercurial with brew (#2174)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/workflow.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml
index 0d752140b..e5fdba4e5 100644
--- a/.github/workflows/workflow.yml
+++ b/.github/workflows/workflow.yml
@@ -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