From e7cd7f019a3a5b902f88773f9066bf2298bfae4d Mon Sep 17 00:00:00 2001 From: Omar Abdulla Date: Mon, 10 Nov 2025 11:29:14 +0300 Subject: [PATCH] Install clang and llvm dependencies --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c00e68d..7765ffd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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