1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-09-28 05:09:01 +00:00

ci(macos): install mercurial with brew (#2174)

This commit is contained in:
David Knaack 2021-01-19 22:13:09 +01:00 committed by GitHub
parent 2391a2863c
commit cf82762f6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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