Skip uninstalling conflicting LLVM in CI

In case this doesn't help, I'll try out more things and then squash.
macos-click-through
MultisampledNight 2 years ago
parent 351ae3a525
commit edc4cc9239
No known key found for this signature in database
GPG Key ID: C81EF9B053977241

@ -94,10 +94,6 @@ jobs:
run: |
cargo fmt --all -- --check
- name: Uninstall Conflicting LLVM
run: |
brew uninstall llvm
- name: Install Neovim
run: |
brew install neovim

Loading…
Cancel
Save