Install clang and llvm dependencies

This commit is contained in:
Omar Abdulla
2025-11-10 11:29:14 +03:00
parent 086362be2b
commit e7cd7f019a
+4
View File
@@ -201,6 +201,10 @@ jobs:
- 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: "10.0"
- name: Caching Step
id: cache-step