fix(CI): install newer version of clang on MacOS

This commit is contained in:
Stephan Seitz 2021-03-22 12:39:19 +01:00 committed by Thomas Vigouroux
parent 966096b502
commit 006aceb574

View file

@ -1,4 +1,5 @@
brew update
brew install llvm
brew install neovim --HEAD
mkdir -p ~/.local/share/nvim/site/pack/nvim-treesitter/start
ln -s $(pwd) ~/.local/share/nvim/site/pack/nvim-treesitter/start