From 3573439a5d89a86101f0d716a7586d888820daaf Mon Sep 17 00:00:00 2001 From: Ben Jackson Date: Fri, 21 Aug 2020 18:05:57 +0100 Subject: [PATCH] apparently /usr/local/node is not writable; make it --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fc4e995..5064c34 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -80,6 +80,7 @@ stages: brew install $p brew outdated $p || brew upgrade $p done + find /usr/local/include/node -type d -exec chmod +w {} \; brew link --force --overwrite node displayName: 'Install vim and node'