From a2254c14c618e08b31b572acfcc16865bafe33f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=BB=D0=B0=D0=B4=D0=B8=D0=BC=D0=B8=D1=80=20=D0=A7?= =?UTF-8?q?=D0=B8=D0=B6?= Date: Thu, 29 Feb 2024 23:40:20 +0100 Subject: [PATCH] add clang 16b support --- .github/workflows/cmake-multi-platform.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 8afcdc3..4abb65b 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -60,8 +60,12 @@ jobs: - name: Install clang run: | brew install llvm@16 - echo 'export PATH="/usr/local/opt/llvm@16/bin:$PATH"' >> ~/.zshrc + which llvm@16 + cd /opt/homebrew/bin + ls + echo 'PATH="/opt/homebrew/opt/llvm/bin:$PATH"' >> ~/.zshrc source ~/.zshrc + clang --version clang-16 --version - name: Set reusable strings