From a7b91ab635923a03fd4075fc2ac6bb7df493f446 Mon Sep 17 00:00:00 2001 From: Ben Jackson Date: Sat, 27 Jul 2019 11:02:43 +0100 Subject: [PATCH] Revert "Use HEAD macvim; it might be better?" This reverts commit 13f9e1f0369ba99a2e03a6a48429d6369e87895b. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 373811f..3ffbc7c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -60,7 +60,7 @@ stages: pool: vmImage: 'macOS-10.13' steps: - - bash: brew install --HEAD --fetch-HEAD macvim + - bash: brew install macvim displayName: 'Install vim' - bash: python3 install_gadget.py --all