From edc4cc92390916e1cfd079593167cd3018d168e1 Mon Sep 17 00:00:00 2001 From: MultisampledNight Date: Thu, 30 Jun 2022 08:34:57 +0200 Subject: [PATCH] Skip uninstalling conflicting LLVM in CI In case this doesn't help, I'll try out more things and then squash. --- .github/workflows/build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d38a647..ca7756e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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