apparently /usr/local/node is not writable; make it

This commit is contained in:
Ben Jackson 2020-08-21 18:05:57 +01:00 committed by GitHub
commit 3573439a5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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