Install llvm on macos

This commit is contained in:
Omar Abdulla
2025-11-10 11:36:20 +03:00
parent 68aa11fd29
commit 6fe0c01aca
+1 -5
View File
@@ -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