mirror of
https://github.com/starship/starship.git
synced 2025-02-18 11:20:58 +01:00
Remove mercurial installation
This commit is contained in:
parent
994a3b8c38
commit
02ae8b56cb
7
.github/workflows/workflow.yml
vendored
7
.github/workflows/workflow.yml
vendored
@ -92,10 +92,6 @@ jobs:
|
||||
# Checkout the branch being tested
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Install Mercurial (windows)
|
||||
if: matrix.os == 'windows-latest'
|
||||
run: choco install hg
|
||||
|
||||
# Install all the required dependencies for testing
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
@ -140,9 +136,6 @@ jobs:
|
||||
env:
|
||||
HGPYTHON3: 1
|
||||
run: pip install mercurial
|
||||
- name: Install Mercurial (windows)
|
||||
if: matrix.os == 'windows-latest'
|
||||
run: choco install hg
|
||||
|
||||
# Install Terraform at a fixed version
|
||||
- uses: volcano-coffee-company/setup-terraform@v1
|
||||
|
Loading…
Reference in New Issue
Block a user