From 6fe0c01acadb369b9c49de7cfd25929b934f6ac8 Mon Sep 17 00:00:00 2001 From: Omar Abdulla Date: Mon, 10 Nov 2025 11:36:20 +0300 Subject: [PATCH] Install llvm on macos --- .github/workflows/test.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 89ea3ee..0323110 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -200,11 +200,7 @@ jobs: sudo apt-get install -y protobuf-compiler clang libclang-dev - name: Install dependencies (macOS) if: matrix.os == 'macos-14' - run: brew install protobuf - - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@v2 - with: - version: "21.1" + run: brew install protobuf llvm - name: Caching Step id: cache-step