From 55dade8b51eb3eda7a67e6c09ff006089aa70169 Mon Sep 17 00:00:00 2001 From: Alexander Shaduri Date: Wed, 15 May 2024 12:18:42 +0400 Subject: [PATCH] Install clang. --- .github/workflows/cmake-tier2.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cmake-tier2.yml b/.github/workflows/cmake-tier2.yml index d4d0458..f39741c 100644 --- a/.github/workflows/cmake-tier2.yml +++ b/.github/workflows/cmake-tier2.yml @@ -24,7 +24,9 @@ jobs: - uses: actions/checkout@v4 - name: Install Dependencies - run: brew install pkg-config gtkmm3 pcre cmake + run: > + brew install pkg-config gtkmm3 pcre cmake + brew install --with-toolchain llvm@16 - name: Create Build Directory run: cmake -E make_directory build