mirror of
https://github.com/starship/starship.git
synced 2024-11-26 02:04:12 +01:00
Remove mercurial installation on all OSes
This commit is contained in:
parent
02ae8b56cb
commit
0e1a3e7e92
8
.github/workflows/workflow.yml
vendored
8
.github/workflows/workflow.yml
vendored
@ -129,14 +129,6 @@ jobs:
|
||||
with:
|
||||
php-version: "7.3"
|
||||
|
||||
# Install Mercurial (pre-installed on linux, installed from pip on macos
|
||||
# and from choco on windows),
|
||||
- name: Install Mercurial (macos)
|
||||
if: matrix.os == 'macOS-latest'
|
||||
env:
|
||||
HGPYTHON3: 1
|
||||
run: pip install mercurial
|
||||
|
||||
# Install Terraform at a fixed version
|
||||
- uses: volcano-coffee-company/setup-terraform@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user