mirror of
https://github.com/starship/starship.git
synced 2024-11-07 17:05:09 +01:00
ci(macos): install mercurial with brew (#2174)
This commit is contained in:
parent
2391a2863c
commit
cf82762f6e
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
@ -140,7 +140,7 @@ jobs:
|
|||||||
# Install Mercurial (pre-installed on Linux and windows)
|
# Install Mercurial (pre-installed on Linux and windows)
|
||||||
- name: Setup | Mercurial (macos)
|
- name: Setup | Mercurial (macos)
|
||||||
if: matrix.os == 'macOS-latest'
|
if: matrix.os == 'macOS-latest'
|
||||||
run: pip3 install mercurial
|
run: brew install mercurial
|
||||||
|
|
||||||
# Run the ignored tests that expect the above setup
|
# Run the ignored tests that expect the above setup
|
||||||
- name: Build | Test
|
- name: Build | Test
|
||||||
|
Loading…
Reference in New Issue
Block a user