summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorStephan Seitz <stephan.seitz@fau.de>2021-03-22 12:39:19 +0100
committerThomas Vigouroux <tomvig38@gmail.com>2021-04-22 15:38:18 +0200
commit006aceb574e90fdc3dc911b76ecb7fef4dd0d609 (patch)
treea352b1c48746aa9975d6539eb6c6f819427c2a99 /scripts
parent966096b502b72a6a81991d5dcd59b84ad33ed499 (diff)
fix(CI): install newer version of clang on MacOS
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ci-install-macos-latest.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/ci-install-macos-latest.sh b/scripts/ci-install-macos-latest.sh
index 979c418a..b8e60fd3 100644
--- a/scripts/ci-install-macos-latest.sh
+++ b/scripts/ci-install-macos-latest.sh
@@ -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